随笔分类 -  git

摘要:问题,github不让用户名密码提交代码 Support for password authentication was removed on August 13, 2021. remote: Please see https://docs 1、设置好token,记录token 2、本地初始化git 阅读全文
posted @ 2022-09-23 20:08 linzm14 阅读(78) 评论(0) 推荐(0) 编辑
摘要:git有可以创建4096长度的文件名,然而在windows最多是260,因为git用了旧版本的windows api,为此踩了个坑。 解决: 打开git命令行: git config --global core.longpaths true 阅读全文
posted @ 2021-09-29 15:20 linzm14 阅读(43) 评论(0) 推荐(0) 编辑
摘要:一,加大缓存区git config --global http.postBuffer 524288000这个大约是500M 二、少clone一些,–depth 1git clone https://github.com/flutter/flutter.git --depth 1–depth 1的含义 阅读全文
posted @ 2021-09-28 22:44 linzm14 阅读(114) 评论(0) 推荐(0) 编辑
摘要:官网https://git-scm.com/下载太慢了. 如果国外的一些软件,官网下载太慢的话,可以找一下国内镜像. 淘宝镜像下载:https://npm.taobao.org/mirrors/git-for-windows 直接拉到底下,下载最新版的. 5.选择适合自己的版本. 6.安装就是无脑下 阅读全文
posted @ 2021-06-18 23:36 linzm14 阅读(831) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示