내 사이트를 관리하기 위해 http://danielmiessler.com/study/git/#website 로 git을 설정하려고합니다 .
지침의 마지막 단계에 도달했습니다 : git push website + master : refs / heads / master
win7에서 git ming32 명령 줄을 사용하고 있습니다.
$ git push website +master:refs/heads/master
Bill@***.com's password:
Connection closed by 198.91.80.3
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
여기서 문제가되는 것은 프로그램이 Bill@***.com을 찾는 것입니다. ssh를 통해 내 사이트에 연결하면 다른 사용자 이름이 있습니다 ( 'abc'라고 말하십시오). 아마도 이것은 abc@***.com이어야합니다. 그렇다면이 방법을 변경하거나 별칭 아래로 밀어 넣을 수 있는지 모르겠습니다.
.git/config
파일을보고 모든 것이 올바른지 확인하십시오. 나를 위해 잘못된 set-url 및 origin 값이있었습니다.