如何从android studio提出拉取请求?

时间:2017-11-29 16:10:45

标签: android android-studio github

我将应用程序分叉到android studio,当我尝试发出拉取请求时:

enter image description here

我明白了:

Can't Create Pull Request
            Push failed:
            failed to push some refs to 'https://github.com/projectname.git'

这样做的正确方法是什么?

注意:

我可以提交和更新我的项目,但我无法向其他项目提出拉取请求。

1 个答案:

答案 0 :(得分:-2)

首先你需要安装git客户端并使用Android studio进行配置,然后你需要从VCS选项启用git到android studio。然后你可以在工具栏2上看到图标将来推送和拉取请求。 通过这两个选项,您可以非常轻松地进行拉动和推动。

请看看这个。 http://prntscr.com/hgvbxw

参考 - https://javapapers.com/android/android-studio-git-tutorial/