At first, I thought it was a JDK problem. Later, I changed the JDK version and did not fix it. Looking up the information on the Internet, we found that it might be a git problem.
Enter git config user. Name in terminal No corresponding user name was output.
Then configure the user name and mailbox
$ git config --global user.name usename
$ git config --global user.password password
$ git config --global user.password email
Read More:
- After SpringBoot starts, exit the console directly and display Process finished with exit code 1
- [Solved] fatal: not in a git directory Error: Command failed with exit 128: git
- [Solved] Mac M1 Brew install Error: Command failed with exit 128:git
- Git pull and Git pull origin master Warning: Pulling without specifying how to reconcile divergent branches
- Android studio can’t start, running error: warning: crash service did not start
- [Solved] Android Studio Start Error: Missing essential plugin: org.jetbrains.android Please reinstall Android
- How to Fix Error Cannot find command ‘git‘ – do you have ‘git‘ installed and in your PATH?
- [Solved] Android-android studio apk Install Error: INSTALL_PARSE_FAILED_MANIFEST_MALFORMED
- [Solved] Windows Android Studio Cannot Start Error: Internal error. Please refer to https://code.google.com/p/android/issue
- Git under Windows reports an error: warning: LF will be replaced by CRLF in ××××.××
- [Solved] Android Studio Compile Error: Execution failed for task ‘:APP_MIDI:lintVitalRelease‘.
- Android studio version 3.0 import version 2.2.2 error Error:This Gradle plugin requires Studio 3.0 minimum
- The SDK of Android webrtc compiled with Ninja – C out / release command reported an error, and the Android NDK processing method could not be found
- [Solved] no identity found – Command CodeSign failed with a nonzero exit code
- [Solved] Android Studio Compile Error: Invalid main APK outputs : EarlySyncBuildOutput
- [Solved] Android Studio Error:SDK location not found.
- [Solved] IOS Error: Command MergeSwiftModule failed with a nonzero exit code
- [Solved] Android Studio Compile Error: Could not determine java version from ‘11.0.8‘.
- [Solved] MacOS terminal Run git command Error: xcrun: error: invalid active developer path
- Android Studio HAXM is not installed [How to Solve]