OC系列教程之gitError:unable to access '.config/git/attributes
xcode中git進行commit時提示“warning: unable to access '.config/git/attributes': Permission denied”這種錯誤~
解決方案如下:
開啟終端,依次輸入如下命令:
cd ~/
ls -al
檢視彈出的檔案的歸屬,若是".config許可權歸屬於root",如下圖所示,
若config如上圖所示,則終端接著輸入“sudo chown my_user_name .config”,注意替換my_user_name;
之後git 中提交commit命令程式碼正確上傳
參考連結:
https://stackoverflow.com/questions/27150926/unable-to-access-git-attributes
相關文章
- unable to access ‘https://gitee.com/XXX/XXX.git/‘: Failed to connect to 127.0.0.1 portHTTPGiteeAI127.0.0.1
- git configGit
- [Spring Cloud Tutorial翻譯系列二]Spring Cloud Config Server與git整合SpringCloudServerGit
- git 入門教程之個性化 gitGit
- git 入門教程之 git 私服搭建教程Git
- Spring Cloud Config-Git後端SpringCloudGit後端
- git config配置檔案詳解Git
- git檢視config配置資訊Git
- 解決angular安裝 unable to access 'https:github...' Empty reply from serverAngularHTTPGithubServer
- git SSL certificate problem: unable to get local issuer certificateGit
- git 入門教程之版本控制Git
- git 入門教程之github 教程Github
- git pull報“unable to update local ref”解決方案Git
- Spring Cloud雲架構-Config Git後端SpringCloud架構Git後端
- git 入門教程之分支策略Git
- git 入門教程之分支管理Git
- git 入門教程之撤銷更改Git
- git 入門教程之回到過去Git
- git 入門教程之忽略檔案Git
- git 入門教程之知識速查Git
- git 入門教程之緊急修復Git
- SSH Config教程之基礎知識介紹-必備技巧
- canvas系列教程之簡介Canvas
- Consul Config 使用Git做版本控制的實現Git
- 微服務SpringCloud之Spring Cloud Config配置中心Git微服務SpringGCCloudGit
- git 入門教程之分支總覽Git
- git 入門教程之衝突合併Git
- git 入門教程之本地倉庫Git
- git 入門教程之遠端倉庫Git
- git 入門教程之刪除檔案Git
- git 入門教程之變基合併Git
- git 入門教程之協同開發Git
- GIT clone報錯: SSL certificate problem: unable to get local issuer certificateGit
- Git 系列文章Git
- [Git系列] 前言Git
- HTML 23 - Form AttributesHTMLORM
- HTML 25 - Input AttributesHTML
- canvas系列教程之繪製矩形Canvas