我尝试对Bitbucket Git LFS在我的工作站上正常工作进行故障排除,但在我想要部署到的删除服务器上失败了。我得到 printf("Program information\nThe program reads in the number of judges and \
the score from each judge.\nThen it calculates the average score without \
regard to the lowest and\nhighest judge score. Finally it prints the \
results (the highest, the \nlowest and the final average score).\n\n");
并使用GIT_TRACE我发现使用的ssh命令是:error: external filter git-lfs smudge -- %f failed 2
。当我在本地运行它时,我得到了带有对象位置的json,但是在远程服务器上我得到了这样的错误(两者都是Ubuntu 14.04):
ssh git@bitbucket.org git-lfs-authenticate team/myrepo.git download
因此它可以正常验证(..skipped..
Authenticated to bitbucket.org ([104.192.143.2]:22).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending environment.
debug1: Sending env LC_PAPER = en_AU.UTF-8
debug1: Sending env LC_ADDRESS = en_AU.UTF-8
debug1: Sending env LC_MONETARY = en_AU.UTF-8
debug1: Sending env LC_NUMERIC = en_AU.UTF-8
debug1: Sending env LC_TELEPHONE = en_AU.UTF-8
debug1: Sending env LC_IDENTIFICATION = en_AU.UTF-8
debug1: Sending env LANG = en_US.UTF-8
debug1: Sending env LC_MEASUREMENT = en_AU.UTF-8
debug1: Sending env LC_CTYPE = en_US.UTF-8
debug1: Sending env LC_TIME = en_AU.UTF-8
debug1: Sending env LC_NAME = en_AU.UTF-8
debug1: Sending command: git-lfs-authenticate team/myrepo.git download
conq: unhandled exception
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
Transferred: sent 3936, received 1648 bytes, in 0.3 seconds
Bytes per second: sent 15183.1, received 6357.1
debug1: Exit status 1
也可以),但是这个奇怪的错误 conq:未处理的异常。这是什么意思?我该如何解决?
答案 0 :(得分:1)
基本上这是bitbucket的一个问题 - 部署密钥不能与git LFS一起使用,也不能在任何地方编写。他们的愚蠢软件并不比崩溃“conq:unhandled exception”更糟糕,而不是像我所知,“部署密钥不能与我们的git LFS一起使用”。