【已解决】git pull报错:Auto packing the repository fatal failed to run repack
crifan 4年前 (2021-01-16) 4345浏览 0评论
折腾: 【未解决】批量处理gitbook的脚本时忽略掉已处理的book 期间,先去解决git的问题: cd /Users/crifan/dev/dev_root/github/github.io/crifan.github.io crifan@li...
development related tools and softwares
crifan 4年前 (2021-01-16) 4345浏览 0评论
折腾: 【未解决】批量处理gitbook的脚本时忽略掉已处理的book 期间,先去解决git的问题: cd /Users/crifan/dev/dev_root/github/github.io/crifan.github.io crifan@li...
crifan 4年前 (2021-01-16) 2305浏览 0评论
折腾: 【未解决】把自己Mac中gitbook的template和books合并成一套 期间,此处: 希望对于: gitbook_template/books 全部排除掉,但只包含子文件夹: gitbook_template/books/gitbo...
crifan 4年前 (2020-06-19) 2993浏览 0评论
折腾: 【未解决】Mac中恢复crifan的gitbook的template模板环境 期间, git clone下载: xxx@xx ~/dev/crifan git clone https://github.com/crifan/crifa...
crifan 5年前 (2020-05-26) 3805浏览 0评论
给GitHub上某仓库去git push,结果报错:: git push Enumerating objects: 100, done. Counting objects: 100% (100/100), done. Delta compress...
crifan 5年前 (2020-01-12) 1617浏览 0评论
折腾: 【未解决】把本地已有仓库上传到Gitee码云的git仓库 期间,去上传本地代码到远端,自己的新建的gitee仓库,结果报错: ➜ xxx git:(master) git push -u origin master remote: You ...
crifan 5年前 (2020-01-12) 1326浏览 0评论
本地已有一个,从别处 git clone https://github.com/xxx/xxx.git 下载的代码,并且改动了一些。现在可以基本的跑起来了(虽然还有其他问题) 现在打算去上传到,自己的gitee中私有仓库 先去gitee新建仓库目录...
crifan 6年前 (2019-04-20) 9659浏览 0评论
Gitbook去更新,调用git push结果试了几次都还是失败: modified: smart_speaker_disassemble_summary/website/tmall_genie_candy_cube/teardo...
crifan 6年前 (2018-08-28) 2913浏览 0评论
折腾: 【记录】把合并了基于搜索的兜底对话的产品demo部署到在线环境中 期间,发现是之前项目部署和上传代码期间,在排除项目根目录下的data文件夹(因为其中有几个G的大的数据文件,本地和线上都有,不需要同步上传),而误排除了某个子目录下面的data...
crifan 6年前 (2018-08-27) 1266浏览 0评论
PyCharm中去调试一个Python的Flask项目, 后来不知道什么原因,导致了此处去git commit或git rm,都提示出错: ➜ xxxRobotDemoServer git:(master) ✗ git rm .idea/* fat...
crifan 6年前 (2018-07-19) 7248浏览 1评论
之前每次git pull都提示要输出用户名和密码: <code>[root@x-general-01 x]# git pull Username for 'https://gitee.com': xxx Passwor...