Matlb Projects / Git: The remote update was rejected by the target: refs/heads/main->refs/remotes/origin/main
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Mario Malic
il 20 Nov 2020
Modificato: Mario Malic
il 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.
Risposte (0)
Vedere anche
Categorie
Scopri di più su Source Control in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!