Code Pull Fails
Symptom
git pull fails and the following message is displayed, as shown in the following figure.
Analysis
The code differs between the cloud and local repositories. Therefore, when git pull is executed, the remote code will be merged to the local code. The dialog box displayed asks if you confirm the merge, and prompts you to enter a commit message.
Solution
Perform the following operations on the Git client:
- Press i to enter the insert mode.
- Enter a commit message.
- Enter :wq and press Enter.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.