
git
橘子海之石
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
git篇4 上传文件到远程(Eclipse)
Eclipse 集成git https://www.cnblogs.com/jpfss/p/8027347.html 先commit 然后remote →push→输入url git地址,用户名和密码,即可。原创 2018-11-29 17:01:32 · 248 阅读 · 0 评论 -
git篇3 下载远程的文件
git clone [email protected]:root/baogeshui.git 输入用户名和密码【或者之前以前系统设置的用户名和密码】 git config --global user.name "dengguoxing" git config --global user.email "[email protected]" 如果报错说 [email protected]'s password: Permission denied, please try again. 把..原创 2018-11-29 15:41:56 · 1019 阅读 · 0 评论 -
git篇1 连接github
1、下载软件 2、github注册账号 3、打开 git bash 命令行界面 本地配置 ---------------------------------------------------------------- 4、命令行输入 $git config --global user.name "yourname" $git config --global user.ema...原创 2018-11-27 15:18:01 · 2987 阅读 · 0 评论 -
git篇2
因为重置了密码导致git远程操作失败 问题现象: remote: HTTP Basic: Access denied fatal: Authentication failed for 'http://******** 解决: 输入一行命令:git config --system --unset credential.helper 之后再进行git操作时,弹出用户名密码窗口,输入即可 ...原创 2018-11-29 14:05:10 · 159 阅读 · 0 评论 -
git 篇3 常见报错问题解决
问题:Disconnected: No supported authentication methods available(server sent:public key) 问题的解决 C:\Users\ZJ\.gitconfig 删除对应的不合适的就好了 参考文章:Go unkown reversion问题解决_了凡的博客-CSDN博客原创 2021-10-19 18:31:39 · 457 阅读 · 0 评论 -
git linux 总是要输入用户名和密码
git原创 2015-11-03 13:48:21 · 1171 阅读 · 1 评论