Questions tagged as 'git-push'

1
answer

git: when doing push up the files to my repo, but with a previous user that I had

Good afternoon, I have the problem that when I do a git push on the github it appears to me that it was uploaded by an old user that I had, I do not know why or how to fix it in the git config user.name I have it configured to my user current....
asked by 17.10.2017 / 19:06
0
answers

fatal git: The remote end hung up unexpectedly

I'm using version 2.19.0 of git on Mac And when I do one: git push origin feature/xxxxxx Send me the following: 18:01:29.622365 git.c:415 trace: built-in: git push origin feature/pay-notification-set-up 18:01:29.623402 ru...
asked by 19.09.2018 / 01:06
1
answer

Problem when uploading project on GitHub

I have been trying to hang a project on github for 2 days, but after trying it from GitBash and Sourcetree, I get the following error message: Thinking that it could be a firewall issue, I have disabled them, and nothing. I tried to upl...
asked by 06.07.2018 / 23:37
1
answer

problems with Git between multiple branches

Recently the dev told me that I had uploaded other files than the ones I had to upload, that is to say I uploaded the classes I had to work on and other ones were left but I never gave them add and it is strange p> I have the following stru...
asked by 10.05.2018 / 21:58
0
answers

Problems when doing push with Git

people! I am trying to upload my project in laravel to a vps with an SSH key through PuTTY in Windows. I installed everything on the server (LEMP, Composer and Git), I can only do a push with git but I get this error and I can not understand it....
asked by 09.05.2018 / 20:18
0
answers

Fatal error when performing git push to existing repository

I'm trying to perform a git push from a different computer than where I initially created the repository on GitHub. I've tried it in two ways, the first from the editor VS CODE and the second from the git bash. Already configure the user and...
asked by 25.04.2018 / 19:08
1
answer

error when using the command git push -u origin -all in windows

I'm linking my first Ruby application to Windows with a remote repository, but I'm staying at this point: First I add the origin and it works well: C:\Sites\hello_app>git remote add origin [email protected]:lurisnel/hello_app.git...
asked by 11.11.2017 / 13:48
1
answer

Upload changes to Gh-Pages from console

I have a repository already created on github where I publish a project by gh-pages. Doing tests in resolutions I need to make adjustments in the css but when entering the branch and pushes the changes, they are not saved !? ... what ... would i...
asked by 12.06.2017 / 18:38
1
answer

Git takes too long to upload changes

Good evening, someone knows why trying to upload changes in Git takes too long. When I say too much I tell them that since last Thursday I try to upload changes and until today I can not upload anything. I have tried to upload changes through th...
asked by 12.04.2017 / 02:33
1
answer

Problems with GIT repository (do not let push) [duplicate]

I have a project downloaded directly from the PhpStorm directly from the VC (version control), up to here all right, it lets me work but when I'm going to make changes it just commits me and tells me to push failed. As I see it, it adds a...
asked by 14.07.2016 / 12:06