# test3 **Repository Path**: jameswatt2008/test3 ## Basic Information - **Project Name**: test3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-18 - **Last Updated**: 2023-11-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1-远程创建一个空的仓库 gitee.com 2-本地新建的仓库 3- 将本地仓库和远程仓库关联起来 `git remote add origin https://gitee.com/jameswatt2008/test3.git` 如果你的仓库是开源的,那么这时候不需要输入用户名(gitee.com)和密码 如果你的仓库不是开始,那么这个时候可能会让输入用户名(gitee.com)和密码 4- git push -u origin "master" 将我们的本地的代码 推送 远程仓库