Jump to content

how to sync with local git repository.


u2468

Recommended Posts

I can't get through our firewall (yesterdays question).

 

So I downloaded the github repo and have it in my file system:

 

C:\Users\joe\gitrepos\baremetalos

 

When I put the above in for the Repository URL on the Sync with Git dialog, I get this error:

 

"An error occurred while connecting to Git:Cannot find ssh executable in the PATH variable."

 

 

 

 

Link to comment
Share on other sites

Hi,

 

Plastic needs a git server to perform a sync. If you want to sync a local repo, I would recommend you to run a daemon in the parrent folder of your git repo:

git daemon --export-all --base-path=. --reuseaddr --enable=receive-pack

Regards,

Carlos.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...