sh 安装git en amazon

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 安装git en amazon相关的知识,希望对你有一定的参考价值。

//crear ssh 
sudo ssh-keygen -t rsa -C "ocruz@jupi.tech"

// se ejecuta este comando en la carpeta raiz del servidor
sudo apt-get install git

//si falla la instalacion ejetutar este comando y luego intentar de nuevo 
sudo apt-get update

//iniciar git en aws
sudo git init

//agregar archivos
sudo git add .

//agregar repositorio
sudo git remote add origin ssh://git@bitbucket.org/jupitertech/nombre repo.git

//commit 
sudo git commit -m "subiendo archivos"

//enviar a repo
sudo git push -u origin master

//refrescar repo
sudo git fetch origin

// merge en repo
sudo git merge origin/master

//clonar repo a AWS
sudo git clone git@bitbucket.org:jupitertech/pagalocash.git

//si hay problemas solo se elimina el repo y luego se vuelve a iniciar
rm -rf .git

以上是关于sh 安装git en amazon的主要内容,如果未能解决你的问题,请参考以下文章

sh Cambiar“origin”en el config de GIT

sh 在新的Ubuntu 14.04 Amazon EC2实例上安装Sentry(http://getsentry.com)+ Redis的基本安装脚本

sh libvips 7.42.x跨平台简单安装程序脚本(支持OSX,Debian,Ubuntu,CentOS,Fedora,Amazon Linux)

sh libvips 7.42.x跨平台简单安装程序脚本(支持OSX,Debian,Ubuntu,CentOS,Fedora,Amazon Linux)

sh EC2上的Amazon Linux AMI 2017.09.0(HVM)上的golang,docker和docker-compose的安装脚本

sh 安装节点5.10-git.sh