我有兩個github帳戶,當我嘗試克隆和推送,出於某種原因,它失敗,權限被拒絕。Git推送失敗git帳戶權限問題
我已經配置我的SSH密鑰,我可以確認的是ssh可以用
ssh -vvv [email protected]
git push -u origin
remote: Permission to <user-name-2>/test-config.git denied to <user-name-1>.
fatal: unable to access 'https://github.com/<user-name-2>/test-config.git/': The requested URL returned error: 403
這兩個都是我的帳戶,我配置了ssh密鑰並添加了我的.ssh文件 –
@RajeshJain我添加了一些鏈接可能會幫助你。 – jotik