1
當我使用命令mvn release時:準備會顯示以下錯誤。Maven發佈插件版本2.5.3
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project MR-1: Unable to commit files
[ERROR] Provider message:
[ERROR] The git-push command failed.
[ERROR] Command output:
[ERROR] fatal: 'C:\Program Files\Git\https;\\github.com\Nivedha18-V\Maven-Release.git' does not appear to be a git repository
[ERROR] fatal: Could not read from remote repository.
[ERROR]
[ERROR] Please make sure you have the correct access rights
[ERROR] and the repository exists.
[ERROR] -> [Help 1]
請幫我解決這個問題。
你可以發佈在你的git項目目錄中執行的git remote -v命令的輸出嗎? –
請顯示您的pom文件... – khmarbaise
不,我沒有使用git remote -v命令@Martin –