【已解决】git commit失败:fatal: Unable to create .git/index.lock’: File exists
crifan 7年前 (2018-08-27) 949浏览 0评论
PyCharm中去调试一个Python的Flask项目, 后来不知道什么原因,导致了此处去git commit或git rm,都提示出错: ➜ xxxRobotDemoServer git:(master) ✗ git rm .idea/* fat...
development related tools and softwares
crifan 7年前 (2018-08-27) 949浏览 0评论
PyCharm中去调试一个Python的Flask项目, 后来不知道什么原因,导致了此处去git commit或git rm,都提示出错: ➜ xxxRobotDemoServer git:(master) ✗ git rm .idea/* fat...
crifan 7年前 (2018-07-19) 5429浏览 0评论
之前每次git pull都提示要输出用户名和密码: <code>[root@x-general-01 x]# git pull Username for 'https://gitee.com': xxx Passwor...
crifan 7年前 (2018-07-05) 6679浏览 0评论
一个git仓库代码,别人改动并上传了 自己此处去git pull出错: ➜ xxx git:(master) ✗ git pull remote: Enumerating objects: 86, done. remote: Counting ob...
crifan 7年前 (2018-07-02) 4071浏览 0评论
Mac中用git时,经常会遇到:需要去忽略掉.DS_Store 之前是每个项目中自动加上 现在希望是: 可以写个配置: 忽略当前目录及子目录中的.DS_Store 或者git全局去忽略 gitignore ds_store macos –...
crifan 7年前 (2018-06-19) 7504浏览 0评论
之前一直可以很正常的快速的push到github.io: https://github.com/crifan/crifan.github.io 中的,但是最近几天,不知何故,速度极其的慢,慢到有时候会超时无法push。 比如现在又遇到了: <...
crifan 7年前 (2018-04-26) 13040浏览 0评论
之前已经遇到过: 【已解决】git去clone出错:fatal: Authentication failed for 然后也是每次通过: <code>git config --global user.name "your_acc...
crifan 7年前 (2018-03-19) 11620浏览 0评论
之前一直用命令行,去git clone码云gitee上面的项目,是正常的。 现在换了码云账号后,再去下载新项目,肯定出错: ➜ scrapy git clone https://gitee.com/xxx/yyy.git Cloning into ...
crifan 7年前 (2018-03-07) 8816浏览 0评论
背景是: 在gitee上已经新建了git的repo: 但是创建了一个README.md 而本地是用 git init git add git commit 然后去: ➜ youtubeSubtitle git:(master) ✗ git pus...
crifan 7年前 (2018-03-01) 3072浏览 0评论
git 创建分支并提交 leonardyp.github.io/git/git-创建分支并提交到远程/ Git 本地创建分支并提交远程分支 – 简书 git提交本地分支到远程分支 – springbarley –...
crifan 7年前 (2017-12-28) 3686浏览 0评论
现在已有Makefile去实现:用gitbook生成的website,pdf等多种文件格式,且可以用rsync上传到远程自己的服务器上: 且另外也需要手动拷贝生成的多种格式文件到github.io的代码仓库: 使得网页可以在github.io中也...