解决 :android studio 提交代码到git/github失败 Could not read from remote repository

在第一次把项目提交到github或者复制原来的项目进行提交的时候会出现 Could not read from remote repository这个错误;但是打开github的时候,仓库已经创建,只是代码未能上传成功; 解决步骤: 前提:已经将该项目设为git 仓库。 这时,打开该项目目录–>.git文件夹–>用notepad打开config文件,问题就在url上: 将url修改成你的githu
相关文章
相关标签/搜索