1、Git 全局设置:git config --global user.name "Ice" git config --global user.email "965861480@qq.com"2、上传
cd existing_git_repo git remote add origin https://gitee.com/test.gitgit add .git commit -m "初始化代码"git push -u origin master
posted on 2022-07-05 11:32 莫大人 阅读(37) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3