日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

為github帳號添加SSH keys

系統 2314 0

使用git clone命令從github上同步github上的代碼庫時,如果使用SSH鏈接(如我自己的beagleOS項 目:git@github.com:DamonDeng/beagleOS.git),而你的SSH key沒有添加到github帳號設置中,系統會報下面的錯誤:

?

Permission denied (publickey).

fatal: The remote end hung up unexpectedly

?

這時需要在本地創建SSH key,然后將生成的SSH key文件內容添加到github帳號上去。

創建SSH key的方法很簡單,執行如下命令就可以:

ssh-keygen

然后系統提示輸入文件保存位置等信息,連續敲三次回車即可,生成的SSH key文件保存在中~/.ssh/id_rsa.pub

?

然后用文本編輯工具打開該文件,我用的是vim,所以命令是:

vim ~/.ssh/id_rsa.pub

?

接著拷貝.ssh/id_rsa.pub文件內的所以內容,將它粘帖到github帳號管理中的添加SSH key界面中。

打開github帳號管理中的添加SSH key界面的步驟如下:

1. 登錄github

2. 點擊右上方的Accounting settings圖標

3. 選擇 SSH key

4. 點擊 Add SSH key

在出現的界面中填寫SSH key的名稱,填一個你自己喜歡的名稱即可,然后將上面拷貝的~/.ssh/id_rsa.pub文件內容粘帖到key一欄,在點擊“add key”按鈕就可以了。

添加過程github會提示你輸入一次你的github密碼

?

添加完成后再次執行git clone就可以成功克隆github上的代碼庫了。

?

來源:http://blog.csdn.net/keyboardota/article/details/7603630

?

更權威查看: https://help.github.com/articles/generating-ssh-keys

?

      cd ~/.ssh
# Checks to see if there is a directory named ".ssh" in your user directory

ls
# Lists all the subdirectories in the current directory
# config  id_rsa  id_rsa.pub  known_hosts

mkdir key_backup
# Makes a subdirectory called "key_backup" in the current directory

cp id_rsa* key_backup
# Copies the id_rsa keypair into key_backup

rm id_rsa*
# Deletes the id_rsa keypair

ssh-keygen -t rsa -C "your_email@example.com"
# Creates a new ssh key using the provided email
# Generating public/private rsa key pair.
# Enter file in which to save the key (/home/you/.ssh/id_rsa):

Enter passphrase (empty for no passphrase): [Type a passphrase]
Enter same passphrase again: [Type passphrase again]

Your identification has been saved in /home/you/.ssh/id_rsa.
Your public key has been saved in /home/you/.ssh/id_rsa.pub.
The key fingerprint is:
01:0f:f4:3b:ca:85:d6:17:a1:7d:f0:68:9d:f0:a2:db your_email@example.com

sudo apt-get install xclip
# Downloads and installs xclip

xclip -sel clip < ~/.ssh/id_rsa.pub
# Copies the contents of the id_rsa.pub file to your clipboard
    
?

?

  1. Go to your Account Settings
  2. Click "SSH Keys" in the left sidebar
  3. Click "Add SSH key"
  4. Paste your key into the "Key" field
  5. Click "Add key"
  6. Confirm the action by entering your GitHub password

?

?

?

為github帳號添加SSH keys


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 铜梁县| 神农架林区| 修水县| 犍为县| 定州市| 共和县| 堆龙德庆县| 丰顺县| 博客| 三都| 江油市| 台南市| 施甸县| 平乐县| 文化| 宜都市| 德阳市| 徐水县| 青阳县| 清水县| 盐津县| 万载县| 云安县| 彝良县| 陆河县| 弋阳县| 广州市| 广元市| 富锦市| 广昌县| 卢龙县| 静安区| 渭南市| 墨竹工卡县| 资溪县| 新沂市| 卢湾区| 长治县| 龙泉市| 五峰| 高碑店市|