20220909 TIL
From today, I will write a TIL using Engilsh to improve my English skills.
git commit
i committed the process of making and modifying text files of Kimch-Jeon, Kimchi-Jjigae, Kimchi fried in the kimchi recipe folder.
Connect Local Repository wiht Github Remote Repository
click New button and make Repository
https://github.com/OceanGim/kimch-recipe.git
OceanGim/kimch-recipe
a kimchi-based recipe repository(git practice). Contribute to OceanGim/kimch-recipe development by creating an account on GitHub.
github.com
and return to the soucetree app, enter the settings, and enter the remote tab.
copy url
paste it into the soucetree
and click Ok Ok Ok
if u have a problem try this
https://intrepidgeeks.com/tutorial/resolve-sourcetree-push-error
Sourcetree push 오류 해결
소스트리로 커밋과 풀은 정상적으로 되는데 푸쉬만 오류가 났다. 구글링으로 여러 방법들을 해봤는데 나는 소스트리 내의 깃 버전을 시스템 깃 버전으로 바꾸어 해결했다. 소스트리 설정에서 Gi
intrepidgeeks.com
https://dev.classmethod.jp/articles/resolving-github-token-authentication-errors/
GitHub 토큰 인증 에러 해결 remote: Support for password authentication was removed. Please use a personal access token i
git push 명령어를 입력할 때 나오는 토큰 인증 에러를 해결하는 방법에 대해서 정리해 봤습니다.
dev.classmethod.jp