This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -6,7 +6,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set git proxy
|
- name: Set git proxy
|
||||||
- run: |
|
run: |
|
||||||
git config --global http.proxy http://10.255.0.1:7890
|
git config --global http.proxy http://10.255.0.1:7890
|
||||||
git config --global https.proxy http://10.255.0.1:7890
|
git config --global https.proxy http://10.255.0.1:7890
|
||||||
- name: 执行远程 SSH 命令(密码认证)
|
- name: 执行远程 SSH 命令(密码认证)
|
||||||
|
|||||||
Reference in New Issue
Block a user