Github设置远程url

代码示例

18
0

更改远程仓库git

git remote set-url origin [email protected]:/your-repository.git
16
0

git配置远程。起源。网址

# change remote url
git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
14
0

更改远程url git

git remote set-url origin https://hostname/USERNAME/REPOSITORY.git
10
0

git更改远程

$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git
9
0

git更改origin

$ git remote -v
> origin  https://github.com/USERNAME/REPOSITORY.git (fetch)
> origin  https://github.com/USERNAME/REPOSITORY.git (push)

Change your remote\'s URL from HTTPS to SSH with the git remote set-url command.
$ git remote set-url origin [email protected]:USERNAME/REPOSITORY.git

Verify that the remote URL has changed.
$ git remote -v
# Verify new remote URL
> origin  [email protected]:USERNAME/REPOSITORY.git (fetch)
> origin  [email protected]:USERNAME/REPOSITORY.git (push)
7
0

更改远程使用ssh git命令

git remote add origin [email protected]:nikhilbhardwaj/abc.git

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................