git
文章平均质量分 57
oduok
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ls-remote -h -t https://github.com/nhn/raphael.git npm ERR! fatal: unable to access ‘https://github.
安装依赖时错误:fatal: repository ‘https://github.com/nhn/raphael.git/’ not found @里写自定义目录标题) vue项目 npm i 安装依赖失败 提示: npm ERR! Error while executing: npm ERR! d:\Git\cmd\git.EXE ls-remote -h -t https://github.com/nhn/raphael.git npm ERR! fatal: unable to access 'ht原创 2021-08-05 10:18:41 · 6865 阅读 · 0 评论 -
git 常用命令
//配置 显示当前的Git配置 $ git config –list 编辑Git配置文件 $ git config -e [–global] 设置提交代码时的用户信息 gitconfig[–global]user.name“[name]”gitconfig[–global]user.name“[name]” git config [–global] user.name “[na...翻译 2018-08-14 09:24:04 · 203 阅读 · 0 评论
分享