V
V
Vlad1m1r952021-05-30 17:15:56
GitHub
Vlad1m1r95, 2021-05-30 17:15:56

Why can't I push changes to the repository?

Console
Why can't I push to the repository?. One option, could the people who gave me access to the repository set permissions to download only? And how to check it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Studentka1996, 2021-05-30
@Studentka1996

I think these questions are easy to google :(
1. Check if you are pushing correctly at all
git status - checking what we are pushing?
git add . - added all (found by git status) objects to push to git
git commit -m 'my commit' - add a message to the commit
git push - send changes to the repository
- these are standard commands, read the response from the console and react accordingly (google if it's not clear)
2 -3 Write this in the browser search
PS In your case, the console says that repository not found, is it really impossible to use a translator :)))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question