Integrating RubyMine with GitHub for Windows

前端 未结 1 376
广开言路
广开言路 2021-01-05 16:38

I am just learning Ruby and Rails, and am using RubyMine on Windows as my IDE. GitHub has just released GitHub for Windows. I installed it, and it seems like a nic

相关标签:
1条回答
  • 2021-01-05 17:24

    GitHub distribution is bundled with PortableGit which is unpacked into AppData\Local\GitHub and you can use this git client in RubyMine.

    Full path to the git executable provided by GitHub installation that can be used in RubyMine on my system is:

    c:\Users\<user>\AppData\Local\GitHub\PortableGit_0812189c12ccff4584523d6efce294a33dd2332a\bin\git.exe
    

    Note that it's probably some random hash in the path so it may be different on your system.

    If you don't want to dig for this executable, just install and use msysgit, there should be no difference, in fact the version currently reported by GitHub PortableGit is:

    git version 1.7.10.msysgit.1 vs git version 1.7.11.msysgit.1 of the latest msysgit available at the moment of writing this answer. So the "old" command line client is newer than the "new" GitHub provided client, at least now.

    0 讨论(0)
提交回复
热议问题