Linked Questions

0 votes
2 answers
1k views

I linked my project with Github 4 months ago and I today deleted my project unintentionally so I reinstall the last commit from Github and open it in Android Studio but when I make any changes I ...
Taha Sami's user avatar
  • 1,737
-2 votes
2 answers
651 views

To https://github.com/firstrepo/first-project.git ! [rejected] main -> main (fetch first) error: failed to push some refs to 'https://github.com/firstrepo/first-project.git' hint: Updates ...
firatinlkc's user avatar
0 votes
1 answer
672 views

This is my first official Stack Overflow question, because I am really STUCK! I can't seem to push my source code to my remote GitHub repository. What am I missing!?!?!
Laura Ristoff's user avatar
0 votes
1 answer
341 views

how solving the rejected push of only-a-file push to replace its remote counterpart on github ? Try this https://happygitwithr.com/push-rejected.html without any success e.g. message ! [rejected] ...
user avatar
-1 votes
2 answers
144 views

Firstly I commited with master branch now I am in main branch and unable to change to master branch. Moreover if I tried to commit to my repo through main branch the following errors it shows:- $ git ...
chekurthi manvith's user avatar
-1 votes
1 answer
95 views

! [rejected] main -> main (non-fast-forward) error: failed to push some refs to 'https://github.com/soham203/Authenticator-DID-.git' hint: Updates were rejected because the tip of your ...
Soham Patil's user avatar
-1 votes
1 answer
42 views

HI All While i am trying to Push the Code into git hub Repository getting below error can any one please help git push -u origin main ! [rejected] main -> main (non-fast-forward) error: ...
Siva Kumar's user avatar
2076 votes
25 answers
1.4m views

I create a new branch in Git: git branch my_branch Push it: git push origin my_branch Now say someone made some changes on the server and I want to pull from origin/my_branch. I do: git pull But I ...
Ram Rachum's user avatar
  • 89.5k
188 votes
29 answers
247k views

I just started using git with github. I followed their instructions and ran into errors on the last step. I'm checking in an existing directory that isn't currently source-controlled (project about a ...
sutee's user avatar
  • 12.9k
207 votes
8 answers
218k views

I am new in git and I am practicing. I created a local branch but I saw that when I did git push my branch was not uploaded to the repository. I had to actually do: git push -u origin --all. Why is ...
Cratylus's user avatar
  • 54.3k
210 votes
5 answers
83k views

I know how to solve this: user@host$ git pull Updating 9386059..6e3ffde error: Your local changes to the following files would be overwritten by merge: foo.bar Please, commit your changes or ...
guettli's user avatar
  • 27.7k
177 votes
4 answers
215k views

I have a local repository. I created the whole application, but now I want to push it to a remote repository. I already have remote repo as well. How can I connect these two repositories without ...
Om3ga's user avatar
  • 33.4k
34 votes
23 answers
259k views

this is my repository https://github.com/kiotie32/artbit-text.git when I do $ git push -u origin master remote: Repository not found. fatal: repository 'https://github.com/kiotie32/arbit-text.git/' ...
koeradoera's user avatar
69 votes
4 answers
126k views

Usually, I just run git add file git commit git push but if I amend the commit before pushing it (with git commit --amend), the next push fails with hint: Updates were rejected because the tip of ...
kiri's user avatar
  • 2,682
15 votes
11 answers
116k views

I have some projects I would like to upload on my bitbucket private profile. I performed the following steps but I get an error. Convert my project to git with: git init Next: git add git commit -m "...
Milos's user avatar
  • 612

15 30 50 per page