git
农民小飞侠
如果放弃了,那还谈什么理想
展开
-
git error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
今天在使用git命令提交代码的时候,出现了下面的问题:Writing objects: 100% (13/13), 206.83 KiB | 25.85 MiB/s, done.Total 13 (delta 5), reused 0 (delta 0)error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)fatal: the remote end hung up unexpe原创 2021-07-27 16:02:23 · 1967 阅读 · 0 评论 -
mac insufficient permission for adding an object to repository
今天在使用git pull的时候出现了下面的错误:remote: Enumerating objects: 15, done.remote: Counting objects: 100% (15/15), done.remote: Compressing objects: 100% (3/3), done.remote: Total 9 (delta 6), reused 9 (del...原创 2019-03-12 23:41:58 · 446 阅读 · 0 评论 -
mac Error: Cannot find module '../lib/utils/unsupported.js'
今天在提交代码的时候遇见了下面的错误,我的系统是mac,homebrew:Error: Cannot find module '../lib/utils/unsupported.js'......解决方案sudo rm -rf /usr/local/lib/node_modules/npmbrew reinstall node参考文献[1].Error: Cannot...原创 2019-06-29 16:36:32 · 8825 阅读 · 0 评论 -
macos LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
今天在提交git的时候出现了下面的错误:LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443然后我尝试git clone其他的仓库,也是报这个错误。后面查了一下说是使用了代理,但是别人的给的方案比如重启和reset命令都不起作用。最后发现了一个解决方法:vim ~/.gitconfig...原创 2019-08-20 08:49:08 · 50433 阅读 · 40 评论