git 报错 error: insufficient permission for adding an object to repository database ./objects
Posted zoulixiang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 报错 error: insufficient permission for adding an object to repository database ./objects相关的知识,希望对你有一定的参考价值。
参照:
http://stackoverflow.com/questions/1918524/error-pushing-to-github-insufficient-permission-for-adding-an-object-to-reposi
原因:
用ssh 管理时,客户端机器对服务器git代码仓库的写权限出了问题。如参考文
//登录到git 服务器
ssh [email protected]
//进入代码仓库
cd repository.git
//改变代码仓库下,所有文件的访问权限,同组可写
sudo chmod -R g+ws *//改变代码仓库下,所有文件的访问属性
sudo chgrp -R mygroup *
//更新配置
git repo-config core.sharedRepository true
以上是关于git 报错 error: insufficient permission for adding an object to repository database ./objects的主要内容,如果未能解决你的问题,请参考以下文章
git push报错error: failed to push some refs to 'git@github.com:
git推送到github报错:error: The requested URL returned error: 403 Forbidden while accessing https://github
错误记录Git 使用报错 ( error: The branch ‘feature1‘ is not fully merged. )
错误记录Git 使用报错 ( error: The branch ‘feature1‘ is not fully merged. )
错误记录Git 使用报错 ( error: Cannot delete branch ‘dev‘ checked out at ‘D:/Git/git-learning-course‘)