1

在最近升级到山狮后,我注意到所有 git tf 命令,例如git tf checkin抛出以下期望:

Exception in thread "main" java.lang.UnsatisfiedLinkError: com.microsoft.tfs.jni.internal.console.NativeConsole.nativeEnableEcho()Z
at com.microsoft.tfs.jni.internal.console.NativeConsole.nativeEnableEcho(Native Method)
at com.microsoft.tfs.jni.internal.console.NativeConsole.enableEcho(NativeConsole.java:56)
at com.microsoft.tfs.jni.ConsoleUtils.enableEcho(ConsoleUtils.java:47)
at com.microsoft.gittf.client.clc.commands.framework.Command.prompt(Command.java:464)
at com.microsoft.gittf.client.clc.commands.framework.Command.promptForPassword(Command.java:436)
at com.microsoft.gittf.client.clc.commands.framework.Command.promptForCredentials(Command.java:424)
at com.microsoft.gittf.client.clc.commands.framework.Command.getDefaultCredentials(Command.java:288)
at com.microsoft.gittf.client.clc.commands.framework.Command.getCredentials(Command.java:306)
at com.microsoft.gittf.client.clc.commands.framework.Command.getConnection(Command.java:324)
at com.microsoft.gittf.client.clc.commands.framework.Command.getVersionControlClient(Command.java:474)
at com.microsoft.gittf.client.clc.commands.CheckinCommand.run(CheckinCommand.java:193)
at com.microsoft.gittf.client.clc.Main.main(Main.java:328)

我已经尝试更新 git、git-tf 和 java 运行时,但我仍然看到这个错误

4

1 回答 1

0

更新:2013 年 2 月 4 日

该项目的开发人员添加了修复此问题的更新,并为更新版本的 osx 10.7+ 添加了对 java 7 的支持,可以从此处下载更新:http: //www.microsoft.com/en-us/download /details.aspx?id=30474

这是 osx 10.8.2 的一个已知问题,与此版本附带的最新版本的 java 1.7.0 相关。git-tf 项目团队建议的解决方法是在执行 git-tf 命令时使用更高版本的 java 1.6.0。

于 2012-11-15T03:24:53.903 回答