Questions tagged as 'git-push'

1
answer

Git push The requested URL returned error: 403

Good morning, my problem is that I want to upload changes to my remote repository but in Git Bash it does not allow me to launch the following error. With the GitHub Desktop application it allows me to upload changes in a normal way but in th...
asked by 03.10.2018 / 06:41
1
answer

Users git Ubuntu Server

I have mounted an ubuntu server, I have created ss users, and everyone can clone the repositories. However, only the administrator user can commit. I have created more admin users and even then I have not managed to commit with another account,...
asked by 16.08.2017 / 23:52
3
answers

How to upload a project to a repository different from the one that was cloned?

I have a project to clone from a git repository, now I want to upload it to my github account to work it from there, the question is: how do I upload it to a new git server? I tried to add it but it always redirects me to the old server     
asked by 16.12.2017 / 01:42
1
answer

Github does not allow me to push

I have been using github recently and until now I had become accustomed to every time I wanted to upload new files or changes of files to my repository, simply put everything inside a directory, then put: -git add * -git commit -m "modificacio...
asked by 24.08.2016 / 17:23
1
answer

publish only one folder on gitHub in a parallel branch

I need to make my master branch of git publish only the contents of a folder called dist in a parallel branch I'm calling SRC I'm working with angle 5 and basically what I want is that my project (source) is on one page and my ghPage (resu...
asked by 31.03.2018 / 13:57
0
answers

Why can not I push on git if I already clone the repository?

I'm working with gitlab clone my repository and I could do push, make some changes, I went back to push but I do not leave, I do not know what the reason for this, I mark the following error     
asked by 19.10.2017 / 02:16
1
answer

How to synchronize the modifications we make in the repo of our machine with the repo github?

I'm following the openlassrooms tutorial on GitHub and I am not able to synchronize the modifications made on the machine with the repo on GitHub: :~/Swiper_ProjetAutomatisation$ git commit -a -m "Initialise source code" [master (root-commit...
asked by 30.05.2017 / 10:13
1
answer

Error with git from windows 10

I have the following inconventing with git Commit failed with error: The Git process exited with the code -1.073.741.819 The next error I get when doing commit and push Like when I try to do pull, it gives me as a reply the following me...
asked by 19.06.2017 / 14:55
1
answer

Not all files are uploaded to Github when committing

The following question arises: I'm working with a PHP project and it weighs around 1.5 GB. And besides this it contains a little more than 5000 files. When doing the git add. and the git commit -m "Comments of the commit" no problem oc...
asked by 16.04.2018 / 15:40
1
answer

Differences between "Push" and "Commit & push" in Android Studio

I am a student of programming, every time I give push in android studio does not upload anything to the repository, but if I give a commit & push up the changes, I would like to explain the difference between these and the use that should gi...
asked by 17.06.2018 / 01:46