简体   繁体   English

使用git推送Commit origin:master(Android Studio)

[英]Push Commit origin:master with git (android studio)

I've inserted an image in drawable and tried to push. 我在可绘制图像中插入了图像,并尝试进行推送。 Got a IDE error. 出现IDE错误。 Tried to push again and I got this next time when I'm trying to push. 尝试再次推送,下一次尝试推送时得到了此提示。 Can you please help? 你能帮忙吗? I'm new to VCS. 我是VCS的新手。 屏幕截图

better try in your studio terminal 最好在您的Studio终端中尝试

1- git add . 1- git add。

2- git commit -m "your message here" 2- git commit -m“您的消息在这里”

3- git push origin master 3- git push原始主机

done. 完成。

check git status 检查git状态

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM