This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
linux服务器:scp -r dxw@222.20.97.222:/public/home/dxw/Codes/afem/* ./
本机:git init
git branch -M main
git add .
git commit -m "first commit"
git remote set-url origin http://duxiaowei@222.20.97.33:3000/duxiaowei/afem.git
git remote -v(仅确认状态使用)
git push -u origin main