Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Svn-to-Git
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王进波
Svn-to-Git
Commits
67a3b159
Commit
67a3b159
authored
Dec 20, 2018
by
王进波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
udpate
parent
79a0f089
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
如何使用ssh协议获取gitlab仓库的代码.md
doc/如何使用ssh协议获取gitlab仓库的代码.md
+5
-1
No files found.
doc/如何使用ssh协议获取gitlab仓库的代码.md
View file @
67a3b159
...
...
@@ -50,5 +50,8 @@ gitlab 中有两个地方可以使用 SSH :
> https 协议 origin 源替换成 ssh 协议的命令如下:
>
> ``` shell
>
> cd <仓库目录> #或者打开仓库文件夹,右键,GitBash
> git remote -v #查看当前URL
> git remote set-url origin git@example.com:example/example.git #设置SSH协议URL,URL需要根据实际情况修改
> ```
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment