Commit 67a3b159 authored by 王进波's avatar 王进波

udpate

parent 79a0f089
...@@ -50,5 +50,8 @@ gitlab 中有两个地方可以使用 SSH : ...@@ -50,5 +50,8 @@ gitlab 中有两个地方可以使用 SSH :
> https 协议 origin 源替换成 ssh 协议的命令如下: > https 协议 origin 源替换成 ssh 协议的命令如下:
> >
> ``` shell > ``` 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment