Matlb Projects / Git: The remote update was rejected by the target: refs/heads/main->refs/remotes/origin/main
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I am new to all this version control and trying to work on my repo:
https://github.com/Shrediquette/PIVlab/
In Matlab, I am using the Projects environment which seems to be quite handy. I am Fetching and Pulling directly from github. Then I am modifying files and adding stuff (also mat files are edited, which are marked as binary in the .gitattributes file). When I press Commit, then Push, I get this error:
The remote update was rejected by the target:
refs/heads/main->refs/remotes/origin/main
I don't know how to proceed....
I have no clue of "branches", "tags" etc, and I did not intentionally use any of these. Please help me with my issue, thanks.
2 Kommentare
Mario Malic
am 20 Nov. 2020
Bearbeitet: Mario Malic
am 20 Nov. 2020
Open github in your project folder, try
git commit -m "testmessage" % m is merge option
git push
However, you might find more informations elsewhere, since this is a Git related issue.
Antworten (0)
Siehe auch
Kategorien
Mehr zu Source Control finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!