When I try to use Add, Commit and Push is freezes my ST2 window and it stops responding, other commands work.
It seems that Git Push is what freezes sublime text.
Git : No such file or directory
Possible error:
git not found on $PATH
23:04:07 aac-mac wmg # which git
/usr/local/git/bin/git
23:04:09 aac-mac wmg # git --version
git version 1.7.8.3import os;
os.path.exists('/your file name here/')tito wrote:You may want to open file "packages/SideBarGit/SideBarGit.py"
And replace "debug = False" to "debug = True" and paste the output of everything about git here.
Also that problem is an OS problem, I'm not sure If I can help you. You may don't have access to the file, or the python can't access the file or git can't access, don't know.
1 )
Try with the same file on command line.
if works..:
2)
Try on sublime console
- Code: Select all
import os;
os.path.exists('/your file name here/')
yannisc wrote:................................tito wrote:You may want to open file "packages/SideBarGit/SideBarGit.py"
And replace "debug = False" to "debug = True" and paste the output of everything about git here.
if object.command[0] == 'git':
object.command[0] = '/usr/local/git/bin/git'
Return to Plugin Announcements
Users browsing this forum: Mar-vin and 9 guests