Get it on Google Play


Wm뮤 :: '깃허브' 카테고리의 글 목록 (2 Page)

블로그 이미지
가끔 그림그리거나 3D모델링하거나
취미로 로봇만드는
퇴직한 전자과 게임프로그래머
2020.3.48f1 , 2022.3.6f1 주로 사용
모카쨩
@Ahzkwid

Recent Comment

Archive


2021. 10. 10. 12:45 깃허브

 

 

 

1. 일단 다짜고짜 폴더를 옮긴다

 

 

2. Locate눌러서 폴더를 재할당 해준다

참 쉽죠?

'깃허브' 카테고리의 다른 글

깃허브 머지 충돌 대응법  (0) 2021.11.03
We were unable to locate Git on your system  (0) 2021.10.05
Git 설치방법  (0) 2021.10.05
posted by 모카쨩
2021. 10. 5. 01:48 깃허브

 

깃이 설치되어있지 않다고 한다.

다음 링크를 참조하여 설치하자

 

https://wmmu.tistory.com/entry/Git-%EC%84%A4%EC%B9%98%EB%B0%A9%EB%B2%95

 

Git 설치방법

https://git-scm.com/downloads Git - Downloads Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tool..

wmmu.tistory.com

 

 

 

이후 깃허브 데스크톱을 껐다켜면 된다

 

'깃허브' 카테고리의 다른 글

GitHub Desktop 레포지토리 폴더 옮기는 방법  (0) 2021.10.10
Git 설치방법  (0) 2021.10.05
깃허브 커밋 이름 바꾸기  (0) 2021.09.24
posted by 모카쨩
2021. 10. 5. 01:46 깃허브

https://git-scm.com/downloads

 

Git - Downloads

Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp

git-scm.com

 

 

위 링크 클릭후 아래 순서대로 따라한다

 

 

 

 

 

이후 열심히 넥스트 신공을 눌러주면 된다

 

 

 

 

 

릴리즈 노트따윈 안 볼것이기 때문에 체크해제하면 된다

깃헙데스크톱이 켜져있었다면 깃헙데스크톱을 껐다키자

 

 

 

깃 단독으로 쓰는건 매우 불편하기 때문에 보통 아래 유틸을 사용한다

https://wmmu.tistory.com/entry/GitHub-Desktop-%EC%82%AC%EC%9A%A9%EB%B2%95

 

GitHub Desktop 사용법

https://desktop.github.com/ GitHub Desktop Simple collaboration from your desktop desktop.github.com 홈페이지에서 생성후 끌고오는방법 더보기 주의할점 폴더구조를 저렇게 해야한다 깃헙 데스크톱에서..

wmmu.tistory.com

 

 

 

그리고 소스트리를 사용하는곳도 있다

https://www.sourcetreeapp.com/

 

 

posted by 모카쨩
2021. 9. 24. 13:31 깃허브

 

 

 

 

 

 

위처럼 커맨드 프롬포트를 열어 다음과 같이 입력한다

git commit --amend -m "수정할 커밋이름"

 

이러면 마지막 커밋 이름 바뀐다

 

그런데 첫 커밋을 수정하면 다음과 같은 문구가 뜰수도 있다

 

unable to merge unrelated histories in this repository

 

이러면 아주 망한거다

포기하고 브랜치를 해야한다.

더보기

 

 

그리고 저걸 누르면서 기존 stash를 다 날린다.

스크린샷은 못 찍음

팝업이 하나 뜨는데 닫아주면 된다

 

 

 

 

필요가 없으니 지우자

 

 

 

 

중간지점에 있는걸 바꾸는건 다음에

 

posted by 모카쨩
2021. 7. 16. 11:42 깃허브

 

 

 

The push operation includes a file which exceeds GitHub's file size restriction of 100MB. Please remove the file from history and try again.

 

 

히스토리에 100MB올리려던 기록이 남아있어서 뜨는 에러이다

 

히스토리에서 우클릭해서 전부 Undo하고 


https://wmmu.tistory.com/entry/the-following-files-are-over-100mb-github

 

the following files are over 100mb github

깃 LFS붙이기 용량이 너무 커서 안 된단다. LFS로 별도 등록을 해 주어야 한다 cmd를 열어주자 git lfs install git lfs track "*.so" .so파일이 100mb넘은거라서 .so를 쳐줬다 입맛에 맞게 바꾸자 이제 커..

wmmu.tistory.com

 

이 글대로 시행하면 된다

'깃허브' 카테고리의 다른 글

깃허브 커밋 이름 바꾸기  (0) 2021.09.24
깃허브 이모티콘 사용법  (0) 2021.06.30
connect to github popup error  (0) 2021.06.29
posted by 모카쨩
2021. 6. 30. 14:58 깃허브

 

 

 

https://www.webfx.com/tools/emoji-cheat-sheet/

 

Emoji cheat sheet for GitHub, Basecamp and other services

Emoji codes used by GitHub, Basecamp, Slack and other services. Searchable. With emoji meanings.

www.webfx.com

 

여기서 원하는 이모티콘 누르면 복사가 되고 붙여넣기 하면 된다

posted by 모카쨩
2021. 6. 29. 19:31 깃허브

 

자꾸 귀찮게 이 창이 뜰 때

 

 

 

https://stackoverflow.com/questions/65467258/how-to-remove-github-login-popup-asking-for-credentials

이곳을 참고했다

 

 

 

 

 

git config -l --show-origin

치고

helper찾아서 user폴더하위가 아닌 .gitconfig를 지운다

 

 

 

 

 

 

옵션에서 Git의 메일을 설정해준다

'깃허브' 카테고리의 다른 글

깃허브 이모티콘 사용법  (0) 2021.06.30
GitHub 유저 초대  (0) 2021.06.28
GitHub Desktop 사용법  (0) 2021.06.28
posted by 모카쨩
2021. 6. 28. 14:20 깃허브

'깃허브' 카테고리의 다른 글

connect to github popup error  (0) 2021.06.29
GitHub Desktop 사용법  (0) 2021.06.28
the following files are over 100mb github  (0) 2021.06.28
posted by 모카쨩

  • total
  • today
  • yesterday

Recent Post

저사양 유저용 블로그 진입