You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
我想通过vscode创建一个maven项目, 所有前置工作已经做好, 但是最终发生了错误;
错误信息如下:
/Library/apache-maven-3.8.4/bin/mvn.cmd: line 1: syntax error near unexpected token (' /Library/apache-maven-3.8.4/bin/mvn.cmd: line 1: @Rem Licensed to the Apache Software Foun'ation (ASF) under one
To Reproduce
Steps to reproduce the behavior:
经过多方搜索并没有看到同样的问题, 起初我以为是maven版本太高导致的兼容性问题, 所以我下载了低版本的maven并重新设置环境变量等, 再次操作时仍然是同样的错误.
Expected behavior
我期望能够正常构建出一个maven项目
Environments (please complete the following information as much as possible):
OS: OS X
VS Code version: 1.80
Extension version [e.g. 0.9.0]
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
我想通过vscode创建一个maven项目, 所有前置工作已经做好, 但是最终发生了错误;
错误信息如下:
/Library/apache-maven-3.8.4/bin/mvn.cmd: line 1: syntax error near unexpected token
(' /Library/apache-maven-3.8.4/bin/mvn.cmd: line 1:
@Rem Licensed to the Apache Software Foun'ation (ASF) under oneTo Reproduce
Steps to reproduce the behavior:
经过多方搜索并没有看到同样的问题, 起初我以为是maven版本太高导致的兼容性问题, 所以我下载了低版本的maven并重新设置环境变量等, 再次操作时仍然是同样的错误.
Expected behavior
我期望能够正常构建出一个maven项目
Environments (please complete the following information as much as possible):
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: