fix: 去掉私有仓库 git clone
This commit is contained in:
@@ -21,12 +21,9 @@ GIS Actions 是**本地执行器**,从套件市场下载脚本包并在本地
|
|||||||
## 获取代码
|
## 获取代码
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 方式一:从 Gitea Packages 下载
|
|
||||||
curl -L -o gis-actions.tar.gz "https://git.mercator.cn/api/packages/AgentGIS/generic/gis-actions/v2.4.0/gis-actions.tar.gz"
|
curl -L -o gis-actions.tar.gz "https://git.mercator.cn/api/packages/AgentGIS/generic/gis-actions/v2.4.0/gis-actions.tar.gz"
|
||||||
tar xzf gis-actions.tar.gz
|
tar xzf gis-actions.tar.gz
|
||||||
|
cd gis-actions
|
||||||
# 方式二:从仓库获取
|
|
||||||
git clone https://git.mercator.cn/AgentGIS/gis-actions.git
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 配置
|
## 配置
|
||||||
|
|||||||
Reference in New Issue
Block a user