crifan 6年前 (2018-07-05) 7919浏览 0评论
一个git仓库代码,别人改动并上传了
自己此处去git pull出错:
➜ xxx git:(master) ✗ git pull
remote: Enumerating objects: 86, done.
remote: Counting ob...
crifan 6年前 (2018-07-02) 4695浏览 0评论
Mac中用git时,经常会遇到:需要去忽略掉.DS_Store
之前是每个项目中自动加上
现在希望是:
可以写个配置:
忽略当前目录及子目录中的.DS_Store
或者git全局去忽略
gitignore ds_store
macos –...
crifan 7年前 (2018-06-19) 10822浏览 0评论
之前一直可以很正常的快速的push到github.io:
https://github.com/crifan/crifan.github.io
中的,但是最近几天,不知何故,速度极其的慢,慢到有时候会超时无法push。
比如现在又遇到了: <...
crifan 7年前 (2018-04-26) 28933浏览 0评论
之前已经遇到过:
【已解决】git去clone出错:fatal: Authentication failed for
然后也是每次通过:
<code>git config --global user.name "your_acc...
crifan 7年前 (2018-03-19) 18177浏览 0评论
之前一直用命令行,去git clone码云gitee上面的项目,是正常的。
现在换了码云账号后,再去下载新项目,肯定出错:
➜ scrapy git clone https://gitee.com/xxx/yyy.git
Cloning into ...
crifan 7年前 (2018-03-07) 13773浏览 0评论
背景是:
在gitee上已经新建了git的repo: 但是创建了一个README.md
而本地是用
git init
git add
git commit
然后去:
➜ youtubeSubtitle git:(master) ✗ git pus...
crifan 7年前 (2018-03-01) 3608浏览 0评论
git 创建分支并提交
leonardyp.github.io/git/git-创建分支并提交到远程/
Git 本地创建分支并提交远程分支 – 简书
git提交本地分支到远程分支 – springbarley –...
crifan 7年前 (2017-12-28) 4457浏览 0评论
现在已有Makefile去实现:用gitbook生成的website,pdf等多种文件格式,且可以用rsync上传到远程自己的服务器上: 且另外也需要手动拷贝生成的多种格式文件到github.io的代码仓库: 使得网页可以在github.io中也...
crifan 7年前 (2017-12-14) 6532浏览 0评论
之前已经用Gitbook Editor中去同步和上传代码到远程:
https://github.com/crifan/http_restful_api
了。
更新代码后,然后去terminal中
git commit
之后再去:
git push
出...
crifan 7年前 (2017-12-08) 3276浏览 0评论
无意间发现,Gitbook Editor中有个Publish
去试试效果: 去github上新建一个: 输入git地址:
https://github.com/crifan/http_restful_api.git 输入用户名和密码: 然后...