请帮帮我,我正试着在我的终端上运行这个:
asgard@asgard-A7N8X2-0:~/CollegePortal$ git pull
error: cannot open .git/FETCH_HEAD: Permission denied那我试试这个
asgard@asgard-A7N8X2-0:~/CollegePortal$ sudo git pull
Permission denied (publickey).
fatal: The remote end hung up unexpectedly帮帮我,我不明白这个问题。
发布于 2018-03-07 15:36:38
当我在windows上使用git扩展时,我收到了这个消息。我的修复方法是关闭git扩展,然后以管理员身份重新打开
https://stackoverflow.com/questions/13195814
复制相似问题