[Solved] error: src refspec important doesn’t match any

0
12
Adv1


Adv2

For those who get the next error:

error: src refspec important doesn't match any
error: did not push some refs to 'https://github.com/ao/xxx.git'

It is because you most likely haven’t dedicated any information to git but!

Repair for: src refspec important doesn't match any

Make sure that so as to add your information, in the event that they haven’t been added but:

git add .

Commit your information:

git commit -m "your commit message"

Push your adjustments to the git repo, bear in mind to swap out the department title as applicable:

git push origin important

Want a deeper dive?

For extra in depth data, you possibly can go to Solved Error src Refspec Important Does Not Match

Adv3