2017-10-23 1 views
0

[email protected]:~$ git remote add origin_personal [email protected]:RiyaKapuria/testing.git [email protected]:~$ git push -u origin_personal masterERROR: Permission to RiyaKapuria/testing.git denied to railsfactory-riya. fatal: Could not read from remote repository.치명적인 : 원격 저장소 오류에서 읽을 수 있지만 자식 푸시

Please make sure you have the correct access rights and the repository exists.

내가 GitHub의에서이 오류를 받고 있어요

+0

repo의 URL을 지정하고'git remote show origin'의 출력을 제공 할 수 있습니까 –

답변

1
당신의 로그인 또는

git config user.name 

당신이 로그인하지 않으면 것을

먼저 체크 에 저장소를 먼저 추가하십시오.

git remote add origin *your_repository_URL* 
+0

특정 지점을 밀 수있는 권리가 있는지 확인하십시오. –

관련 문제