美文网首页
git 解决出现 Permission denied 的办法

git 解决出现 Permission denied 的办法

作者: milletmi | 来源:发表于2018-03-22 11:39 被阅读0次

    1、大多数情况是由于github账号没有设置ssh公钥信息所致。 前往 GitHub 网站的"settings"设置ssh公钥

    2、报错信息是这样的情况could not lock config file .git/index.lock': Permission denied

    请参考stackoverflow

    https://stackoverflow.com/questions/7860751/git-fatal-unable-to-create-path-my-project-git-index-lock-file-exists/32804714

    https://stackoverflow.com/questions/10340581/trouble-setting-up-tower-with-my-github-account-error-could-not-lock-config-f

    sudo chown myusername -R .git/

    相关文章

      网友评论

          本文标题:git 解决出现 Permission denied 的办法

          本文链接:https://www.haomeiwen.com/subject/bhoaixtx.html