摘要: git 上传文件到远程服务器 在提交之前告诉git你是谁? git config --global user.email "xxx@xx.com” git config --global user.name "xxx" 1.在git服务器上新建一个项目 2. 本地初始化仓库 在你要上传的文件夹中打开 阅读全文
posted @ 2019-06-04 13:35 helloTerry1998 阅读(1312) 评论(0) 推荐(0)