티스토리 뷰

https://unity.com/solutions/version-control?_ga=2.29140924.1624411211.1665055640-1219506181.1665055640 

 

Version control solution for game development | Unity

Unity’s version control tool is made to drastically improve the game development pipeline by enabling seamless collaboration and rapid iteration. Find out how it works.

unity.com

 

은 잘 모르겠고 ..


그냥 하던대로 깃으로 한다.

https://youtu.be/0mbeyF-MTKQ

대신 모델링 파일이 많이 올라갈 거기 때문에 용량이 커져서

LFS를 사용해줘야한다

https://git-lfs.github.com/

 

Git Large File Storage

Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.

git-lfs.github.com

 

오류

Authentication error: Authentication required: You must have push access to verify locks

해결

git config --local lfs.https://github.com/.locksverify false

 

그래도 또 오류

fatal: the remote end hung up unexpectedly

용량이 너무  커서 그런다 

깃 용량 업그레이드해주는데

돈 내야한다.

카드 등록하고 5달러 내면 올라감.

 

 그래도 계속 오류 ><

fatal: the remote end hung hup unexpectedly

send-pack: unexpected disconnect while reading sideband packet

https://mac-user-guide.tistory.com/170

 

[git] fatal: the remote end hung up unexpectedly 오류 (해결방법 포함❗❗)

git push를 하는데 다음과 같은 오류 메세지를 맞이했다 fatal: the remote end hung hup unexpectedly send-pack: unexpected disconnect while reading sideband packet (참고로 나는 Window 윈도우환경에..

mac-user-guide.tistory.com

git config --local --replace-all http.postBuffer 1024M
git config --local --replace-all http.maxRequestBuffer 1024M
git config --local --replace-all pack.deltaCacheSize 1024M
git config --local --replace-all pack.packSizeLimit 1024M
git config --local --replace-all pack.windowMemory 1024M

git config --local --replace-all core.packedGitLimit 1024m
git config --local --replace-all core.packedGitWindowSize 1024m
git config --local --replace-all core.compression 9

git config --local ssh.postBuffer 2048M
git config --local ssh.maxRequestBuffer 2048M

 

맨날오류

fatal: unable to access 'https://github.com/---': The requested URL returned error: 403

 


유니티 깃 올릴때는 깃에서 레포지토리만들 때

gitignore 유니티 버전으로 만들어줘야 용량 크게 안올라간다 !

이것들만 있으면 유니티 실행가능하니 복사해줄 때 이것만 ! 

'DevOps > git' 카테고리의 다른 글

gitignore  (0) 2022.04.19
DevOps_github_원격  (0) 2022.02.07
DevOps_ git_local  (0) 2022.02.07
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/09   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
글 보관함