git ssh key 配置

一、Profile Settings-->SSH Keys

我们点击这里会有详情的文档介绍生成sshkey。

ssh-keygen -t rsa -b 2048 -C  "邮箱" --回车...

 将生成的id_rsa.pub粘贴到如下保存

git config --global user.name "用户名"
git config --global user.email "邮箱"
--刷新远程分支
git remote update origin --prune 

相关推荐

  1. Git<span style='color:red;'>配置</span>

    Git配置

    2024-01-09 07:02:04      62 阅读
  2. Redisson配置

    2024-01-09 07:02:04       59 阅读
  3. nginx配置

    2024-01-09 07:02:04       61 阅读
  4. VLAN配置

    2024-01-09 07:02:04       55 阅读
  5. XMLParser配置

    2024-01-09 07:02:04       57 阅读
  6. Redis 配置

    2024-01-09 07:02:04       47 阅读
  7. NAT<span style='color:red;'>配置</span>

    NAT配置

    2024-01-09 07:02:04      61 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-09 07:02:04       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-09 07:02:04       101 阅读
  3. 在Django里面运行非项目文件

    2024-01-09 07:02:04       82 阅读
  4. Python语言-面向对象

    2024-01-09 07:02:04       91 阅读

热门阅读

  1. Js使用ffmpeg在视频中合成音频背景音乐

    2024-01-09 07:02:04       69 阅读
  2. 详解Nacos和Eureka的区别

    2024-01-09 07:02:04       53 阅读
  3. ffmpeg api-codec-param-test.c源码讲解

    2024-01-09 07:02:04       57 阅读
  4. 数据结构与算法Python版:计数排序

    2024-01-09 07:02:04       65 阅读
  5. 收到的字符串写入xml并且将这个xml写入.zip文件中

    2024-01-09 07:02:04       62 阅读
  6. Android-设计模式

    2024-01-09 07:02:04       49 阅读