Git 地址与终端命令
Git 地址
https://daimawang.com/git/hi/Mynet.git克隆项目
git clone https://daimawang.com/git/hi/Mynet.git推送已有项目
git remote add origin https://daimawang.com/git/hi/Mynet.git
git branch -M master
git push -u origin master推送时用户名填写 hi,密码使用 Git Push Token。了解 Git Push Token · 命令行帮助