Sublime Forum

SideBarGit installation issue windows

#1

I have managed to install sidebargit on sublimetext 3 on my windows machine.

However when I attempt to run any of the commands in the context menu… nothing happens.

Any ideas?

Thanks guys

0 Likes

#2

dl.dropboxusercontent.com/u/930 … -error.txt

0 Likes

#3

Hi Tito,
Can help me ?
When i click “Add,Commint&Push” option from ContextMenu, appear this error message:

error: Git : fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using

git remote add <name> <url>

and then push using the remote name

git push <name>

How i can configure the remote repository permanently ?

Thank’s

Pau

0 Likes

#4

git remote add origin git@github.com:Pau/repo.git

0 Likes