如何从头开始在 ubuntu 服务器上配置 Bitbucket?
how to configure Bitbucket on ubuntu server from scratch?
我是一名前端开发人员。我完全不知道如何在服务器上 install/configure Bitbucket。
如果有人能给我一些指导,我将不胜感激。比如我需要具备哪些工具和知识才能配置成功。
我的计划是在我的计算机上进行本地开发,然后git 在服务器上拉取更改。
谢谢!
- 在远程计算机上安装
git
。
- 设置
global configuration for git
。 https://www.git-scm.com/book/en/v2/Customizing-Git-Git-Configuration
- 将远程机器的
SSH
密钥添加到您的 bitbucket 帐户中。
git clone git@git@bitbucket.org:user_name/repo.git
首先,将 git 安装到您的系统中
Atlass
现在,去 git clone repo URL
我是一名前端开发人员。我完全不知道如何在服务器上 install/configure Bitbucket。
如果有人能给我一些指导,我将不胜感激。比如我需要具备哪些工具和知识才能配置成功。
我的计划是在我的计算机上进行本地开发,然后git 在服务器上拉取更改。
谢谢!
- 在远程计算机上安装
git
。 - 设置
global configuration for git
。 https://www.git-scm.com/book/en/v2/Customizing-Git-Git-Configuration - 将远程机器的
SSH
密钥添加到您的 bitbucket 帐户中。 git clone git@git@bitbucket.org:user_name/repo.git
首先,将 git 安装到您的系统中 Atlass 现在,去 git clone repo URL