【已解决】git pull报错:Auto packing the repository fatal failed to run repack
折腾: 【未解决】批量处理gitbook的脚本时忽略掉已处理的book 期间,先去解决git的问题: cd /Users/crifan/dev/dev_root/github/github.io/crifan.github.io crifan@li...
折腾: 【未解决】批量处理gitbook的脚本时忽略掉已处理的book 期间,先去解决git的问题: cd /Users/crifan/dev/dev_root/github/github.io/crifan.github.io crifan@li...
折腾: 【未解决】把自己Mac中gitbook的template和books合并成一套 期间,此处: 希望对于: gitbook_template/books 全部排除掉,但只包含子文件夹: gitbook_template/books/gitbo...
折腾: 【未解决】Mac中恢复crifan的gitbook的template模板环境 期间, git clone下载: xxx@xx ~/dev/crifan git clone https://github.com/crifan/crifa...
给GitHub上某仓库去git push,结果报错:: git push Enumerating objects: 100, done. Counting objects: 100% (100/100), done. Delta compress...
crifan 1年前 (2020-01-12) 35浏览 0评论
折腾: 【未解决】把本地已有仓库上传到Gitee码云的git仓库 期间,去上传本地代码到远端,自己的新建的gitee仓库,结果报错: ➜ xxx git:(master) git push -u origin master remote: You ...
crifan 2年前 (2019-04-20) 7533浏览 0评论
Gitbook去更新,调用git push结果试了几次都还是失败: modified: smart_speaker_disassemble_summary/website/tmall_genie_candy_cube/teardo...
crifan 3年前 (2018-08-28) 1240浏览 0评论
折腾: 【记录】把合并了基于搜索的兜底对话的产品demo部署到在线环境中 期间,发现是之前项目部署和上传代码期间,在排除项目根目录下的data文件夹(因为其中有几个G的大的数据文件,本地和线上都有,不需要同步上传),而误排除了某个子目录下面的data...
crifan 3年前 (2018-07-19) 3847浏览 0评论
之前每次git pull都提示要输出用户名和密码: <code>[root@x-general-01 x]# git pull Username for 'https://gitee.com': xxx Passwor...
crifan 3年前 (2018-07-05) 4676浏览 0评论
一个git仓库代码,别人改动并上传了 自己此处去git pull出错: ➜ xxx git:(master) ✗ git pull remote: Enumerating objects: 86, done. remote: Counting ob...
crifan 3年前 (2018-07-02) 2677浏览 0评论
Mac中用git时,经常会遇到:需要去忽略掉.DS_Store 之前是每个项目中自动加上 现在希望是: 可以写个配置: 忽略当前目录及子目录中的.DS_Store 或者git全局去忽略 gitignore ds_store macos –...