
Git
与git有关的博客
章 鱼
alert("hey!")
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
使用Git和码云管理项目
准备: 1、本地安装Git,配置好邮箱和用户名 git config --global user.name "Your Name" git config --global user.email "you@example.com" 注意:定义你的名称和email确定你的身份,需要和码云上的相匹配。 2、注原创 2018-09-01 14:41:57 · 412 阅读 · 0 评论 -
remote: Incorrect username or password ( access token )
今天在别的电脑安装了Git,打算Clone下之前在别的电脑上提交到码云上的代码,就在连接远程库的时候出现以下问题: remote: Incorrect username or password ( access token ) 问题:用户名或密码错误 解决:控制面板 —> 用户帐户 —> 管理凭据 编辑账号和密码即可。...转载 2018-09-04 17:49:22 · 4349 阅读 · 0 评论