본문 바로가기

WEB & JAVA

[개발자9조대] git command 아이디 비밀번호 틀려서 access denied

https://git-scm.com/download/win

 

Git - Downloading Package

Downloading Git Now What? Now that you have downloaded Git, it's time to start using it.

git-scm.com

git command 설치

 

$ git add .

 

$ git commit -m "all"

$ git commit -m "commit message"

 

$ git push origin master

--> 아이디 비번 잘못쳐서 $ git config --unset credential.helper 해봤는데 안됨

 

저 맨아래 git 어쩌고에서 아이디 비번 수정하고 다시 하니까 됨