wkentaro / pytorch-fcn

PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error with file train_fcn8s. I am getting following error: subprocess.CalledProcessError: Command '['git', 'log', '-n', '1', '--pretty=%h']' returned non-zero exit status 128.

ShubhraDeshpande opened this issue · comments

Please install git in that case.

Please install git in that case.

My system has installed git with 'git version 2.7.4', but I also met this error: "subprocess.CalledProcessError: Command '['git', 'log', '-n', '1', '--pretty=%h']' returned non-zero exit status 128."

Maybe you downloaded the tar ball version of this repo? Instead of git clone?
On Wed, Jul 3, 2019 at 3:13 BarryBA @.***> wrote: Please install git in that case. My system has installed git with 'git version 2.7.4', but I also met this error: "subprocess.CalledProcessError: Command '['git', 'log', '-n', '1', '--pretty=%h']' returned non-zero exit status 128." — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#108?email_source=notifications&email_token=ABA4LE76ZHFTWANXDDJSPU3P5QDN7A5CNFSM4G5GXHT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZDBSBQ#issuecomment-507910406>, or mute the thread https://github.com/notifications/unsubscribe-auth/ABA4LE72N3CPWXDMC6JNEGLP5QDN7ANCNFSM4G5GXHTQ .
-- Kentaro Wada / 和田 健太郎 https://wkentaro.com http://wkentaro.com

Yeah. Just as you say. I downloaded the tarball version of the repo.

Please clone this repo via git.
On Wed, Jul 3, 2019 at 11:18 BarryBA @.> wrote: Maybe you downloaded the tar ball version of this repo? Instead of git clone? On Wed, Jul 3, 2019 at 3:13 BarryBA @.> wrote: Please install git in that case. My system has installed git with 'git version 2.7.4', but I also met this error: "subprocess.CalledProcessError: Command '['git', 'log', '-n', '1', '--pretty=%h']' returned non-zero exit status 128." — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#108 <#108>?email_source=notifications&email_token=ABA4LE76ZHFTWANXDDJSPU3P5QDN7A5CNFSM4G5GXHT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZDBSBQ#issuecomment-507910406>, or mute the thread https://github.com/notifications/unsubscribe-auth/ABA4LE72N3CPWXDMC6JNEGLP5QDN7ANCNFSM4G5GXHTQ . -- Kentaro Wada / 和田 健太郎 https://wkentaro.com http://wkentaro.com Yeah. Just as you say. I downloaded the tarball version of the repo. — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#108?email_source=notifications&email_token=ABA4LEY7OIJEJUKMQNLFNV3P5R4HBA5CNFSM4G5GXHT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZD7Y6Y#issuecomment-508034171>, or mute the thread https://github.com/notifications/unsubscribe-auth/ABA4LE2HJ2ITESAYVLMPCRDP5R4HBANCNFSM4G5GXHTQ .
-- Kentaro Wada / 和田 健太郎 https://wkentaro.com http://wkentaro.com

Ok, thanks for your relpy.