termie / git-bzr-ng

bi-directional git to bzr bridge: never fear bzr again
BSD 3-Clause "New" or "Revised" License
198 stars 47 forks source link

fix the bug---WindowsError: [Error 2] #26

Closed HaveF closed 5 years ago

HaveF commented 13 years ago

bug: https://github.com/termie/git-bzr-ng/issues/25 solution: http://stackoverflow.com/questions/36324/the-system-cannot-find-the-file-specified-when-invoking-subprocess-popen-in-pyt

termie commented 13 years ago

heya, can you remove the useless file? it is probably easiest to do a

git rebase -i master

and then just delete the line with cdd62cc on it

After that I'm happy to merge

HaveF commented 13 years ago

Hi, termie,

I just can touch my machine now. But I believe you can use "git cherry-pick xxxx" command to merge, it's very easy to do that.

Cheers