카테고리 없음

[우분투 깃 커밋]초보자 깃에 올리는 방법

Neulbo 2022. 10. 5. 11:27

사실 상 내가 기억 못할것 같아서,,익숙해지는 동안은 내가 봐야겠다!

 

참고한 블로그들

비밀번호가 아닌 이제 토큰을 씀.

Password for : 에 토큰을 복붙할 것!

토큰 받는 방법

https://wotres.tistory.com/entry/Github-%EC%97%90%EB%9F%AC-%ED%95%B4%EA%B2%B0%EB%B2%95-Authentication-failed-for-use-a-personal-access-token-instead

 

Github 에러 해결법: Authentication failed for ~ use a personal access token instead

Github 을 사용하다 보면 2021년 8월 이후로 git pull 을 하려 할때에 아래와 같운 에러가 발생할 때가 있다. remote: Support for password authentication was removed on August 13, 2021. Please use a perso..

wotres.tistory.com

 

제일 보기 쉬웠던 블로그

https://velog.io/@yoonj1n/%EC%9A%B0%EB%B6%84%ED%88%AC%EC%97%90-github-%EC%97%B0%EB%8F%99%ED%95%98%EA%B8%B0-git-%EA%B8%B0%EB%B3%B8-%EC%82%AC%EC%9A%A9-%EB%AA%85%EB%A0%B9%EC%96%B4

 

우분투에 github 연동하기 / git 기본 사용 명령어

github 연동

velog.io

 

나 또한 repository를 생성한 다음 clone으로 가져와서 commit, push 하는 방법을 선택했다.

깃 기본 설정들을 한 후에!

깃 클론방법

git add . 

git commit

git push

!!