
git
莫冲
TO Be SIMPLE & STUDPID
展开
-
git的“Bad file number的問題解決辦法
用git pull的時候會出現C:\Program Files (x86)\Git/libexec/git-core\git-pull: line 259: /bin/tr: Bad file number的錯誤。解決辦法:在cmd中執行git pull,可以pull成功。然後在到git目錄中push次就可以了。原创 2017-03-28 14:28:49 · 1825 阅读 · 0 评论 -
git fetch 失敗提示insufficient permission for adding an object to repository db
參考:http://stackoverflow.com/questions/6448242/git-push-error-insufficient-permission-for-adding-an-object-to-repository-datab執行 git fetch,提示insufficient permission for adding an object to reposito...原创 2015-11-25 09:50:25 · 278 阅读 · 0 评论 -
git太大无法下载的问题解决
有的git非常大,用git图形工具或者命令行都不行,会提示fatal: Out of memory, malloc failed (tried to allocate 3179053026 bytes)error: RPC failed; result=52, HTTP code = 0fatal: The remote end hung up unexpectedly修改了g...原创 2016-09-21 10:09:58 · 1705 阅读 · 0 评论 -
git提交失败的解决办法
1 提交后提示fatal: recursion detected in die handler问题原因:问题原因是http.postBuffer默认上限为1M所致。在git的配置里将http.postBuffer变量改大一些即可,比如将上限设为500M:git config --global http.postBuffer 524288000在哪里执行以上命令呢?打开g...原创 2014-05-08 11:50:55 · 896 阅读 · 0 评论 -
bitbucket commit时报bad index file sha1 signature错误的解决办法
commit或pull时报以下错误:$ git statuserror: bad index file sha1 signaturefatal: index file corrupt解决方法:解決此問題非常簡單,要先刪除 index 檔案,請先砍掉 .git/index,恢復此 index 請用git reset這行指令相當於 git reset –mixed ...原创 2013-11-19 11:02:05 · 229 阅读 · 0 评论 -
关于code review,CI的博文推荐,认真看完,收益良多
大家都应该做的 Code Reviewhttps://toutiao.io/posts/rbcul2/previewGit工作流指南:Pull Request工作流http://blog.jobbole.com/76854/如何部署软件 - 让你团队的部署像地狱一样无聊且毫无压力https://blog.coding.net/blog/deploying-software我们需要原创 2017-03-28 14:41:58 · 1040 阅读 · 0 评论 -
git太大无法下载的问题解决
有的git非常大,用git图形工具或者命令行都不行,会提示fatal: Out of memory, malloc failed (tried to allocate 3179053026 bytes)error: RPC failed; result=52, HTTP code = 0fatal: The remote end hung up unexpectedly修改了git的内存原创 2017-03-28 14:38:35 · 5353 阅读 · 0 评论 -
git pull 失败的解决办法
参考 :http://www.cnblogs.com/leealways87/archive/2013/04/14/3020840.html执行sudo git pull提示Permission denied (publickey).fatal: Could not read from remote repository.Please make sure you have原创 2017-03-28 14:36:37 · 5080 阅读 · 0 评论 -
git fetch 失敗提示insufficient permission for adding an object to repository db
參考:http://stackoverflow.com/questions/6448242/git-push-error-insufficient-permission-for-adding-an-object-to-repository-datab執行 git fetch,提示insufficient permission for adding an object to repository原创 2017-03-28 14:36:20 · 332 阅读 · 0 评论 -
git的“Bad file number的問題解決辦法
用git pull的時候會出現C:\Program Files (x86)\Git/libexec/git-core\git-pull: line 259: /bin/tr: Bad file number的錯誤。解決辦法:在cmd中執行git pull,可以pull成功。然後在到git目錄中push次就可以了。...原创 2014-11-11 11:44:07 · 370 阅读 · 0 评论