Skip to content

не пушит #122366

Closed Locked Answered by Omega403
LessiaSa asked this question in Pull Requests
May 5, 2024 · 2 comments · 8 replies
Discussion options

You must be logged in to vote

Hi, I'm answering you in English because I'm not very familiar with writing in Russian.
So, from what I understand, "push" via CMD doesn't work , while it goes with GitHub Desktop... have you tried checking the remote URL, checking that you are actually using SSH and possibly updating it?

In the sense:
With the CMD navigate to your git repository and then launch the
git remote -v
command which gives you your current URL.

At this point check if you are actually using the SSH protocol and if not, launch the command
git remote set-url origin git@github.com:username/repo.git
to set and use SSH (obviously replace name/ repo.git with your username and repository name).

Finally, check with the c…

Replies: 2 comments 8 replies

Comment options

You must be logged in to vote
8 replies
@LessiaSa
Comment options

@LessiaSa
Comment options

@LessiaSa
Comment options

@LessiaSa
Comment options

@Omega403
Comment options

Answer selected by LessiaSa
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment