上传项目到git
摘要:打开项目所在文件夹,右键点击选择 Git Bash Here 首先上传git上面需要一个仓库,没有先创建在上传,中途可能会让输git账号和密码 1,git init 2,git add README.md 3,git commit -m "first commit" 4,git remote add
阅读全文
git下拉项目失败,报错 RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
摘要:git下拉项目失败,我这里是通过下面这行命令解决的,借用了一下下面这个兄嘚的,顺便记录一下 https://blog.csdn.net/weixin_33863087/article/details/88723769 git config --global http.postBuffer 52428
阅读全文