JetBrains IntelliJ IDEA has 2 plugins: Git and Github. Do I need to install Git from http://git-scm.com on my local windows machine in order to upload my files to GitHub through IntelliJ IDEA?
相关问题
- How to add working directory to deployment in GitH
- Why does recursive submodule update from github fa
- Extended message for commit via Visual Studio Code
- Configure gradle plugin based on future tasks
- How to make available “open this project in Intell
相关文章
- 请教Git如何克隆本地库?
- java开发bug问题:GitHub授权登录无法获取授权账号信息?
- In IntelliJ IDEA, how can I create a key binding t
- IntelliJ IDEA can't open projects or add SDK o
- Is there a Github markdown language identifier for
- “no implicit conversion of Integer into String” er
- GitHub:Enterprise post-receive hook
- Git Clone Fails: Server Certificate Verification F
Settings > Project Settings > Version Control > git
Path to Git executeable : D:\Program Files (x86)\Git\cmd\git.cmd
I just came up against the same problem.
If you choose not to do the full PATH (environment variable) integration when install git (on Windows) you'll need to tell IntelliJ where to find
git.cmd
; you can do this inExample in my case it was portable git looks like this on windows
Yes, it looks like you need to have git installed on your machine. I just tried to clone a project on github, and I got:
On Windows, you have to install Git first. git-for-windows.github.io is OK. Then
You can tell IntelliJ where to find
git.exe
. This can be done by going into:Changing the path to something like this: