英文:
Not able to connect Gitlab Repositry with Intellij IDEA
问题
我无法使用我的Intellij Idea获取我的Gitlab存储库。因此,我无法将我的代码推送到我的存储库中。Git已安装在我的笔记本电脑上。有人能帮我解决问题吗?
我正在尝试将我的Gitlab存储库连接到我的Intellij IDEA,但连接未建立。
英文:
I am not able to fetch my Gitlab repository with my Intellij Idea. Due to this, I'm not able to push my code into my repository. Git is installed on my laptop. Can anyone please help me to fix my problem?
I am trying to connect my Gitlab repositry with my Intellij IDEA but the connection is not building.
答案1
得分: 2
- 你粘贴URL的地方是用于Git可执行文件,而不是用于Git仓库。
- 如果你想克隆 - 请使用“从版本控制获取”进行操作。
- 否则,如果你已经创建了项目并在GitLab中创建了仓库 - 请在Git | 管理远程中添加远程仓库。
英文:
- The place where you pasted URL is for git executable, not for the git repository.
- If you want to clone - please proceed with "Get from version control"
- Otherwise, if you have a project created and repository created in GitLab - please add remote under Git | Manage remotes
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论