[email protected] writes: > Hi, > > I use repo.or.cz repository. > In repo.or.cz, mirror URL and push URL is different. > So I always fail to push from Magit. > > Mirror URL git://repo.or.cz/hoge.git > Push URL ssh://repo.or.cz/srv/git/hoge.git
What about using the Push URL also for fetching? I would expect that to work. In other words, ignore the Mirror URL and just clone ssh://repo.or.cz/srv/git/hoge.git. --~--~---------~--~----~------------~-------~--~----~ -- http://groups.google.com/group/magit -~----------~----~----~----~------~----~------~--~---
