Note that there are some explanatory texts on larger screens.

plurals
  1. POSublime Text 2, kemayo's git plugin, and Windows 7
    primarykey
    data
    text
    <p>I'm going to preface with: I hope I can ask this question here, because it's not so much programming but using Sublime Text 2 and Git. I've scoured over the kemayo's instructions for hours, I must be missing something.</p> <ul> <li>The Problem: I do not understand how to integrate Git with Sublime Text 2 using kemayo's plugin.</li> <li>Problem 2: When doing ctrl+shift+p (command palette) I don't get any git commands.</li> <li>Additional info: I am new to Git, but I understand it enough to be able to use it using the standard command prompt.</li> <li>Method of kemayo installation: Package Manager</li> <li>OS: Windows 7 x64</li> <li>Git installed: Yes</li> <li><em><strong>where git</em></strong> (Window's version of <strong><em>which git</em></strong>): <strong><em>C:\git\cmd\git.cmd</em></strong></li> <li>I installed git to that path because it conatins no spaces or special characters. Of course, since <strong>where git</strong> works, this also means it's added to the enviro path.</li> <li>Git does work from the command prompt simply by just typing <strong><em>git</em></strong></li> </ul> <p><em>/Packages/User/Git.sublime-settings</em></p> <p>Things I've tried:</p> <pre><code>,"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 </code></pre> <p>and more.</p> <p>Things I also don't understand:</p> <ul> <li>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 :(</li> <li>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</li> </ul> <p>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!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload