【错误记录】Android Studio 向 GitHub 提交代码报错 ( Push failed: Failed with error: Could not read | 使用命令行提交代码 )

本文档记录了在Android Studio中遇到首次向GitHub推送代码时遇到的'Push failed: Failed with error: Could not read from remote repository.'错误的解决过程。通过在Terminal面板中使用Git命令`git push --set-upstream origin master`成功解决了问题,并详细展示了命令行操作流程。





一、报错信息



在 Android Studio 中首次向 GitHub 提交代码 , 报错 :

Push failed: Failed with error: Could not read from remote repository.

在这里插入图片描述





二、解决方案



如果在 Android Studio 中使用可视化界面提交失败 ;

在这里插入图片描述

考虑使用 Git 命令提交 ;

进入 Terminal 面板 , 进入工程根目录 , 执行如下命令 , 即可向 GitHub 提交代码 ;

git push --set-upstream origin master

完整过程 :

Microsoft Windows [版本 10.0.19041.1288]
(c) Microsoft Corporation。保留所有权利。

Y:\002_WorkSpace\001_AS\VA_Original\VirtualApp-master\VirtualApp>git status
On branch master
nothing to commit, working tree clean

Y:\002_WorkSpace\001_AS\VA_Original\VirtualApp-master\VirtualApp>git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use

    git push --set-upstream origin master


Y:\002_WorkSpace\001_AS\VA_Original\VirtualApp-master\VirtualApp>git push --set-upstream origin master
The authenticity of host 'github.com (52.74.223.119)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com,52.74.223.119' (RSA) to the list of known hosts.
Enumerating objects: 1239, done.
Counting objects: 100% (1239/1239), done.
Delta compression using up to 12 threads
Compressing objects: 100% (1156/1156), done.
Writing objects: 100% (1239/1239), 1.90 MiB | 908.00 KiB/s, done.
Total 1239 (delta 213), reused 0 (delta 0)
remote: Resolving deltas: 100% (213/213), done.
To github.com:han1202012/VirtualApp.git
 * [new branch]      master -> master
Branch 'master' set up to track remote branch 'master' from 'origin'.

Y:\002_WorkSpace\001_AS\VA_Original\VirtualApp-master\VirtualApp>

在这里插入图片描述

GitHub 显示代码提交完成 ;

在这里插入图片描述

UI 可视化提交失败 , 可以考虑使用命令提交代码 ;

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值