
git
文章平均质量分 66
git
21-夜一
早上搬砖,晚上砌梦想
展开
-
Please make sure you have the correct access rights and the repository exists.
Please make sure you have the correct access rights and the repository exists.转载 2022-11-09 10:19:53 · 279 阅读 · 0 评论 -
Disconnected: No supported authentication methods available(server sent: publickey)
Disconnected: No supported authentication methods available(server sent: publickey)转载 2022-11-09 09:55:53 · 383 阅读 · 0 评论 -
IDEA上传项目到gitee(码云)
码云地址 https://gitee.com/ 1.新建仓库 2.填写仓库信息 3.IDEA上创建GIT仓库 4.选择当前项目当做仓库目录 5.添加项目进缓冲区 6.将缓冲区的项目提交到本地仓库中 7.选择要提交的类,点击commit,提交到本地刚才创建的git仓库。 8.上传到gitee 9.去gitee复制远程仓库地址 10.进入提交配置...原创 2020-01-07 22:00:48 · 713 阅读 · 0 评论 -
git push的时候报:Remote URL test failed: protocol 'Remote URL test failed: Authentication failed for
问题:git push代码的时候说没有权限 1.push代码的时候报没有权限,因为之前输入过一次密码,输错了 2.查看setting里面的配置也没有保存密码 3.查看控制面板里面的凭证 4.删掉了重新push成功 ...原创 2020-01-07 20:47:04 · 6554 阅读 · 0 评论