码云

作者: 邱_sir | 来源:发表于2018-06-01 14:48 被阅读0次

pod repo add Spec git@gitee.com:qiuzhongwei0519/QColor.git

Cloning into 'Spec'...

Warning: Permanently added 'gitee.com,116.211.167.14' (ECDSA) to the list of known hosts.

git@gitee.com: Permission denied (publickey).

fatal: Could not read from remote repository.

Please make sure you have the correct access rights

and the repository exists.

1.没有权限- 生成公匙

~/Desktop/QzwLib  cd /Users/qiuzhongwei/.ssh

~/.ssh  ls

id_rsa      id_rsa.pub  known_hosts

~/.ssh  ssh-keygen -t rsa -C "512866393@qq.com"

2.查看公匙

cat ~/.ssh/id_rsa.pub

3.把公匙COPY到码云。等待邮件。

4.添加关联

pod repo add Spec git@gitee.com:qiuzhongwei0519/QColor.git

5删除

pod repo remove Spec

相关文章

  • 优秀网址集(待续)

    码云 码云官方博客 blog.gitee.com https://gitee.com/explore 码云的优秀开...

  • 上传代码到码云

    对比 github 和码云,码云在不付费的前提下可以建立私有项目,于是上传了一份代码到码云。 一、在码云上创建项目...

  • 码云

    pod repo add Spec git@gitee.com:qiuzhongwei0519/QColor.gi...

  • 码云

    git是什么 git是多人合作,版本的管理工具 #### 仓库管理(仓库是来存放代码的) 代码托管平台 gitee...

  • 码云

    码云 参考文章

  • 码云

    远端没有项目的情况和码云建立连接: 在码云上点击“新建项目” ; 2.创建成功后,在本地创建一个文件夹 或 命令 ...

  • 码云

    登录账号 https://git.oschina.net 登录 新建项目 添加新账号 去账号网页取SSH复制到ad...

  • Github下载速度慢的解决办法

    用码云把GitHub上的仓库拉过来,码云下载的快多了。 码云导入过程: 1.注册登录码云; 2.在右上角加号中选择...

  • GitHub下载速度慢

    一句话总结! 将GitHub项目导入码云,使用码云下载! (工具云对不起...) 1、复制项目链接 2、在码云选择...

  • 通过Conerstone SVN管理码云上面创建的项目+通过X

    通过ConerstoneSVN管理码云上面创建的项目+通过Xcode管理码云上面创建的项目 1.在码云上创建项目 ...

网友评论

      本文标题:码云

      本文链接:https://www.haomeiwen.com/subject/dtqajftx.html