git
日不落的时代
他年我若为青帝,报与桃花一处开
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git warning: redirecting to https://xxx.xxx.xxxx/xxx/xxx.git/
warning: redirecting to https://xxx.xxx.xxxx/xxx/xxx.git/ Counting objects: 429, done. Delta compression using up to 4 threads. Compressing objects: 100% (161/161), done. error: RPC failed; HTTP 413 c...原创 2020-04-29 21:32:14 · 20391 阅读 · 0 评论 -
git操作记录
git删除远程仓库文件: git rm --cached -r controller/target git commit -m "删除文件或文件夹" git push git切换用户: git config --global user.name "YOURUSERNAME" git config --global user.email "YOUREMAIL" ...原创 2020-04-23 20:15:21 · 187 阅读 · 0 评论 -
remote: error: Out of memory, malloc failed
Clone failed remote: error: Out of memory, malloc failed (tried to allocate 90529059 bytes) protocol error: bad pack header git config --global pack.windowMemory "100m" git config --global pack.pack...原创 2020-04-20 19:25:18 · 1360 阅读 · 0 评论
分享