Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git cambiar pull https por ssh

1, Ver dirección actual
$ git remote -v
origin  https://github.com/lyuxiaomin/dubbo.git (fetch)
origin  https://github.com/lyuxiaomin/dubbo.git (push)

2,Cambiar dirección 
$ git remote set-url origin git@github.com:lyuxiaomin/dubbo.git

3, Ver la dirección modificada
$ git remote -v
origin  git@github.com:lyuxiaomin/dubbo.git (fetch)
origin  git@github.com:lyuxiaomin/dubbo.git (push)123456789101112
Comment

PREVIOUS NEXT
Code Example
Shell :: docker clear container logs 
Shell :: formik npm 
Shell :: upgrade pytest version 
Shell :: last 2 git log entries 
Shell :: linux opengl 
Shell :: git error invalid path 
Shell :: cleaning up your ubuntu system 
Shell :: rrors were encountered while processing: /var/cache/apt/archives/libpython3.10-stdlib_3.10.4-1+focal2_amd64.deb 
Shell :: scikit 
Shell :: wpa passphrase for raspberry pi 
Shell :: nginx install in fedora 34 
Shell :: install pyqt4 ubuntu 
Shell :: git clear commits 
Shell :: git bypass hook 
Shell :: git log one line 
Shell :: check kubectl version 
Shell :: pipenv an error occurred while installing psycopg2==2.8.4 
Shell :: how to access postgres CLI 
Shell :: generate ssl certbot nginx 
Shell :: change user in git repository 
Shell :: updating git 
Shell :: ubuntu isolate workspaces 
Shell :: Apply executable permissions to the binary: permission denied 
Shell :: docker machine ip 
Shell :: random 6 digit number c# 
Shell :: yarn upgrade typescript 
Shell :: how to check my ubuntu version 
Shell :: ubuntu list latest installed packages 
Shell :: pip install import export django 
Shell :: chmod 777 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =