This commit is contained in:
makeyangcom
2024-03-07 17:55:54 +08:00
parent e9d167fe72
commit f7789ea9f6

View File

@@ -21,6 +21,20 @@ git add .;git commit -m "main";git push origin main
./push.bat
```
### 将服务器中项目替换为自己的项目
```shell
ssh root@172.20.74.71
```
```shell
cd /opt
```
```shell
sudo rm -rf Engine2D
```
### GoLand编辑器配置
> 根据课程配置GoLang代理加速依赖库的下载