参考自官网:https://confluence.atlassian.com/display/BITBUCKET/Set+up+SSH+for+Git
一.安装ssh
sudo apt-get install ssh-client
二.创建公钥和私钥
ssh-keygen
三.创建config文件,内容如下
Host bitbucket.org IdentityFile ~/.ssh/id_rsa
四.关闭shell,新打开一个shell,编辑.bashrc,添加如下
SSH_ENV=$HOME/.ssh/environment # start the ssh-agent function start_agent { echo "Initializing new SSH agent..." # spawn ssh-agent /usr/bin/ssh-agent | sed 's/^echo/#echo/' > "${SSH_ENV}" echo succeeded chmod 600 "${SSH_ENV}" . "${SSH_ENV}" > /dev/null /usr/bin/ssh-add } if [ -f "${SSH_ENV}" ]; then . "${SSH_ENV}" > /dev/null ps -ef | grep ${SSH_AGENT_PID} | grep ssh-agent$ > /dev/null || { start_agent; } else start_agent; fi
五.设置bitbucket上的公钥
- Open a browser and log into Bitbucket.
- Choose avatar > Manage Account from the menu bar.
The system displays the Account settings page. - Click SSH keys.
The SSH Keys page displays. It shows a list of any existing keys. Then, below that, a dialog for labeling and entering a new key. -
In your terminal window,
cat
the contents of the public key file.
For example:cat ~/.ssh/id_rsa.pub
-
Select and copy the key output in the clipboard.
If you have problems with copy and paste, you can open the file directly with Notepad. Select the contents of the file (just avoid selecting the end-of-file character). -
Back in your browser, enter a Label for your new key, for example,
Default public key
. - Paste the copied public key into the SSH Key field.
- Click the Add key button:
- The system adds the key to your account.
-
Return to the terminal window and verify your configuration by entering the following command.
ssh -T git@bitbucket.org
The command message tells you which Bitbucket account can log in with that key.
conq: logged in as tutorials. You can use git or hg to connect to Bitbucket. Shell access is disabled.
-
Verify that the command returns your account name.
六.配置仓库使用ssh协议
编辑项目下的.git/config文件
修改url为
[remote "origin"] fetch = +refs/heads/*:refs/remotes/origin/* url = git@bitbucket.org:newuserme/bb101repo.git
七.测试OK
相关推荐
总结来说,“libc6 for ubuntu12.04”是为Ubuntu 12.04系统提供了一个包含了所有必要依赖的C语言运行时库,对于维护系统安全和应用程序的正常运行至关重要。用户应当定期检查并更新此库,以确保系统的最佳性能和安全...
Ubuntu 12.04下如何安装MySQL ,我按照这文档,已经成功在ubuntu 12.04安装成功mysql!
ubuntu12.04下Java开发环境的搭建
《Ubuntu 12.04 使用手册1—4》是一套专为Ubuntu 12.04 LTS(长期支持版)用户编写的详尽指南,旨在帮助初学者和进阶用户掌握这一开源操作系统的基本操作与高级技巧。Ubuntu 12.04,代号“Precise Pangolin”,是...
《在Ubuntu 12.04环境下编译与学习APUE源码》 APUE(Advanced Programming in the UNIX Environment)是一本经典的UNIX/Linux系统编程教材,由Stephen R. Henderson和Richard Stevens共同撰写,旨在深入讲解UNIX...
Ubuntu 12.04 下安装 Nginx、Python、uWSGI 和 Django 的步骤 在本文中,我们将介绍如何在 Ubuntu 12.04 环境下安装 Nginx、Python、uWSGI 和 Django。这些技术栈组合是非常流行的 Web 应用程序开发环境。 一、...
原来的ssh扫描报太多漏洞了,整理了下一键安装的脚本直接升级到最新的;...#update Ubuntu12.04 : OpenSSH_7.9p1, OpenSSL 1.1.1b 26 Feb 2019 #old : OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012
【Ubuntu12.04菜鸟使用手册合集】是一份专为初学者设计的资源,旨在帮助用户熟悉Ubuntu 12.04操作系统的基本操作和功能。Ubuntu是基于Debian的开源Linux发行版,以其易用性和稳定性而受到全球用户的喜爱。这份合集...
在Ubuntu 12.04操作系统中安装Java Development Kit (JDK) ...以上步骤确保了在Ubuntu 12.04上成功安装和配置JDK,使系统能够识别并使用Java开发工具。记得根据实际情况调整路径和版本号,以适应不同的JDK和系统环境。
《学习Ubuntu 12.04入门指南》是一份针对初学者的详尽教程,旨在帮助用户熟悉并掌握Ubuntu 12.04 LTS(长期支持版)操作系统的基础操作和特性。Ubuntu是基于Linux内核的开源操作系统,以其用户友好、易用性和强大的...
对于Linux新手来说,Ubuntu 12.04是一个良好的起点,其用户界面友好,社区支持强大,资料丰富,适合初学者进行学习和使用。 #### 联网操作 在Ubuntu 12.04中,联网是基本操作之一。教程中提到了两种联网方式:校园...
Ubuntu12.04菜鸟使用手册合集+Ubuntu标准教程Ubuntu12.04菜鸟使用手册合集+Ubuntu标准教程Ubuntu12.04菜鸟使用手册合集+Ubuntu标准教程Ubuntu12.04菜鸟使用手册合集+Ubuntu标准教程Ubuntu12.04菜鸟使用手册合集+...
Ubuntu 12.04 是一个基于Debian的开源操作系统,以其用户友好性和稳定性而受到广大用户的喜爱。这个版本,也被称作Precise Pangolin(精确的穿山甲),在2012年发布,提供长达五年的长期支持(LTS),直至2017年。...
这份指南详细介绍了如何在Ubuntu 12.04系统上安装和配置各种服务器应用,从而满足用户特定的需求。它是通过一系列具体任务来指导用户完成系统配置和定制的,具有步骤导向的特点。 该文档由Ubuntu官方文档团队负责...
Ubuntu 12.04 中 Samba 安装和设置指南 Samba 是一款功能强大的共享工具,可以实现与 Windows 的共享,就是我们经常在 Windows 计算机之间使用的网上邻居功能,可以共享文件和打印机等。在 Ubuntu 12.04 中安装和...
用 VMware 安装 Ubuntu 12.04详细过程图解
除了文件查看命令外,Ubuntu 12.04还提供了丰富的软件包管理工具,包括安装、卸载和查询等操作。 #### 安装软件包 在Ubuntu 12.04中,最常见的软件包安装方式是通过`apt-get`命令。以下是几种不同的安装方式: 1. ...
本教程将指导用户如何安装Ubuntu 12.04并进行基本设置,包括选择合适的安装方式、磁盘分区、用户账户设置以及网络设置等内容。 ### 安装前的准备工作 在安装Ubuntu 12.04之前,用户首先需要准备安装介质,通常是一...