1.***云账号邮箱
2.下载安装git,右键桌面git bash here
3.git config --global user.name “名字”
4.git config --global user.email “码云注册邮箱”
5.ssh-****** -t rsa -C “码云注册邮箱”

git 码云 Idea

6.cat ~/.ssh/id_rsa.pub(查看秘钥)

git 码云 Idea

7.ssh -T [email protected]

git 码云 Idea

8.复制6步骤秘钥,打开自己码云,1.设置 2.ssh秘钥 3.随便写名字,粘贴自己秘钥 4.确定
9.右上加号创建仓库,选择自己项目属性,创建成功,复制克隆项目链接,打开idea,

git 码云 Idea
git 码云 Idea

10.粘贴码云复制的项目链接,码云创建的仓库项目在idea就可以操作了。

相关文章:

  • 2021-12-28
  • 2021-07-28
  • 2021-06-24
  • 2021-07-07
  • 2022-12-23
  • 2021-08-09
  • 2021-07-30
  • 2022-01-19
猜你喜欢
  • 2021-08-12
  • 2021-06-01
  • 2021-04-13
  • 2021-05-10
  • 2021-05-08
  • 2021-09-22
  • 2021-08-28
相关资源
相似解决方案