Questions tagged as 'git'

1
answer

Git hub asks me for credentials when doing push

I am working with several github users and I am the administrator for it myself. I have an account on github, and that account is the one that other users upload their progress, since this is the main project. The inconvenience is that des...
asked by 30.05.2018 / 00:37
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 / 16:55
1
answer

Git clone stderr [closed]

I've been searching, but I can not find the solution. When using the Atom editor with the functionality of cloning me a Git repository I get the following error: stderr: "git" no se reconoce como un comando interno o externo, programa o ar...
asked by 30.05.2017 / 19:43
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 / 17:40
1
answer

Configure .gitignore to not track certain files within a directory

I am trying to configure the .gitignore file within my repository to track only certain files in a directory. So far what I have is this, but it does not work as I wish: node_modules/* node_modules/@themingisprose/icon-pack/* !node_modu...
asked by 07.09.2018 / 20:54
1
answer

answer gulp-util [closed]

git bash returns the following message, what does it mean? $ npm ls gulp-util [email protected] C:\Users\infante '-- [email protected] '-- [email protected]     
asked by 08.04.2018 / 23:27
1
answer

Update Git client in windows

Suddenly my git client stopped working and sends me this error: C:\Users\Administrador.000\Documents\NetBeansProjects\datastructurestypescript>git pull    fatal: unable to access ' link ': error: 1407742E: SSL routines: SSL23_GET_SERVER_...
asked by 25.02.2018 / 16:55
2
answers

how can I return to a specific commit and then download the entire project from there?

someone could help me and let me know if it is possible and how, to be able to return to a specific commmit to be able to either clone or download the project from said commit backwards, that is to say the whole project until the desired commit....
asked by 11.05.2018 / 22:34
1
answer

Status "stuck" and "Pending" when launching a job on GitLab

I'm trying to launch a very simple job and I can not find a way to make it work, and I do not understand why it fails. For now I have done a commit and a push in the file .gitlab-ci.yml as it says the documentation with the simple code to print...
asked by 03.01.2018 / 10:57
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