【已解决】git上传出错:error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
crifan 8个月前 (04-20) 2227浏览 0评论
Gitbook去更新,调用git push结果试了几次都还是失败: modified: smart_speaker_disassemble_summary/website/tmall_genie_candy_cube/teardo...
crifan 8个月前 (04-20) 2227浏览 0评论
Gitbook去更新,调用git push结果试了几次都还是失败: modified: smart_speaker_disassemble_summary/website/tmall_genie_candy_cube/teardo...
crifan 1年前 (2018-08-28) 474浏览 0评论
折腾: 【记录】把合并了基于搜索的兜底对话的产品demo部署到在线环境中 期间,发现是之前项目部署和上传代码期间,在排除项目根目录下的data文件夹(因为其中有几个G的大的数据文件,本地和线上都有,不需要同步上传),而误排除了某个子目录下面的data...
crifan 1年前 (2018-07-19) 1002浏览 0评论
之前每次git pull都提示要输出用户名和密码: <code>[root@x-general-01 x]# git pull Username for 'https://gitee.com': xxx Passwor...
crifan 1年前 (2018-07-05) 1650浏览 0评论
一个git仓库代码,别人改动并上传了 自己此处去git pull出错: ➜ xxx git:(master) ✗ git pull remote: Enumerating objects: 86, done. remote: Counting ob...
crifan 1年前 (2018-07-02) 831浏览 0评论
Mac中用git时,经常会遇到:需要去忽略掉.DS_Store 之前是每个项目中自动加上 现在希望是: 可以写个配置: 忽略当前目录及子目录中的.DS_Store 或者git全局去忽略 gitignore ds_store macos –...
crifan 1年前 (2018-06-19) 2472浏览 0评论
之前一直可以很正常的快速的push到github.io: https://github.com/crifan/crifan.github.io 中的,但是最近几天,不知何故,速度极其的慢,慢到有时候会超时无法push。 比如现在又遇到了: <...
crifan 2年前 (2018-04-26) 4535浏览 0评论
之前已经遇到过: 【已解决】git去clone出错:fatal: Authentication failed for 然后也是每次通过: <code>git config --global user.name "your_acc...
crifan 2年前 (2018-03-19) 3201浏览 0评论
之前一直用命令行,去git clone码云gitee上面的项目,是正常的。 现在换了码云账号后,再去下载新项目,肯定出错: ➜ scrapy git clone https://gitee.com/xxx/yyy.git Cloning into ...
crifan 2年前 (2018-03-07) 2209浏览 0评论
背景是: 在gitee上已经新建了git的repo: 但是创建了一个README.md 而本地是用 git init git add git commit 然后去: ➜ youtubeSubtitle git:(master) ✗ git pus...
crifan 2年前 (2018-03-01) 919浏览 0评论
git 创建分支并提交 leonardyp.github.io/git/git-创建分支并提交到远程/ Git 本地创建分支并提交远程分支 – 简书 git提交本地分支到远程分支 – springbarley –...