Tuesday, January 27, 2009

Tip: avoiding net overhead using git over sshfs | KernelTrap

Tip: avoiding net overhead using git over sshfs | KernelTrap

Lovely idea!

The reason I was looking for this is I was getting:

[ajn26@ajn26-fedora-01 cbl]$ git init
error: could not commit config file /home/ajn26/mnt/www5/centers/csj/cbl/.git/config
error: could not commit config file /home/ajn26/mnt/www5/centers/csj/cbl/.git/config
error: could not commit config file /home/ajn26/mnt/www5/centers/csj/cbl/.git/config
error: could not commit config file /home/ajn26/mnt/www5/centers/csj/cbl/.git/config
Reinitialized existing Git repository in /home/ajn26/mnt/www5/centers/csj/cbl/.git/
Hopefully the "-o workaround=rename" part will fix that error.

1 comment:

D@rkmind said...

Hello! Thank a lot for this post! Don't know how long it would take for me to solve the same problem if didn't find your post