Hi,
I’m going to preface with: I am asking this in the wrong place because this is a git plugin question, not an ST2 question (but this question is also being cross posted to the correct location as well). I do apologize for posting in the wrong area, but I’m at wit’s end trying to understand this. If you decide to berate me for asking this question in a non-appropriate place, please at least try to be constructive about it. I deserve to be berated, but I’m only a noob trying to figure this out.
]The Problem: I do not understand how to integrate Git with Sublime Text 2 using kemayo’s plugin./]
]Problem 2: When doing ctrl+shift+p (command palette) I don’t get any git commands./]
]Additional info: I am new to Git, but I understand it enough to be able to use it using the standard command prompt./]
]Method of kemayo installation: Package Manager/]
]OS: Windows 7 x64/]
]Git installed: Yes/]
]where git (Window’s version of which git): C:\git\cmd\git.cmd/]
I installed git to that path because it conatins no spaces or special characters. Of course, since where git works, this also means it’s added to the enviro path.
]Git does work from the command prompt simply by just typing git/]
/Packages/User/Git.sublime-settings
Things I’ve tried:
,"git_command": "'c:\\git\\bin\\git.exe'"
,"git_command": "c:/git/bin/git.exe"
,"git_command": "c:\\\\git\\\\bin\\\\git.exe"
,"git_command": "'c:\\git\\cmd\\git.cmd'"
,"git_command": "c:/git/cmd/git.cmd"
,"git_command": "c:\\\\git\\\\cmd\\\\git.cmd"
,"git_command": false
and more
Things I also don’t understand:
]kemayo’s instructions for installation is still a little unclear. Is the only manual set up I have to do after installing via package manager is copy Git.sublime-settings over to the user folder? From my understanding, “git_command”: false should work if git is in the path (which I’m quite sure it is). Optionally, you can manually set the path using that line, but I can’t get it /]
]How do I configure it to use my BitBucket account? I’ve not come across any instructions on how to connect it to a remote repo/]
I tried to provide as much information regarding my problem as possible, but there are quite a few steps in setting up Git+ST2, so I could have forgotten to mention something. If I left something out, I will most certainly come back and add it. Thank you for reading!