2.0.0
This commit is contained in:
@@ -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代理,加速依赖库的下载
|
||||
|
||||
Reference in New Issue
Block a user