Help Center> CodeArts Repo> FAQs> Troubleshooting> Message "src refspec master does not match any" Is Displayed
Updated on 2023-12-04 GMT+08:00

Message "src refspec master does not match any" Is Displayed

Symptom

The message src refspec master does not match any is displayed during code push.

Analysis

No file can be uploaded from the local repository.

Solution

Run git add to add modified files to the stage, and git commit to commit the files to the local repository. Push the file to the cloud repository by running git push.

Troubleshooting FAQs

more