Questions tagged as 'github'

1
answer

Error updating my remote repository in Git hub

I have the following error when updating my remote repository to git hub C:\xampp\htdocs\mvc>git push remote: Permission to otrousuario/mvc.git denied to usuario. fatal: unable to access 'https://github.com/otrousuario/mvc.git/': The req...
asked by 14.10.2016 / 04:13
1
answer

When changing branches, it brings modifications to the source branch

Good, I have a problem trying to change the branch because when I made the change instead of giving me the message    Please, commit your changes or stash them before you can switch branches. let me change the branch and also brings me th...
asked by 27.08.2016 / 08:49
2
answers

Ignore files in commits already made and pushed

I want to ignore a file in commits that I already made and push to github, because when I see commit by commit from start to end I am seeing the modifications that were made in some files and I do not want to have to see this. Is there any way t...
asked by 01.07.2016 / 00:32
2
answers

Problems connecting to multiple github accounts with different ssh keys

Something strange is happening to me, I have 1 app, in which I have to upload it to 2 different github accounts, however even though I create the ssh-keygen with different names: ssh-keygen -t rsa -b 2048 -C "clave1" -f /home/user/.ssh/clave1...
asked by 30.01.2018 / 08:53
2
answers

Problem with Github login in eclipse

I want to share a JavaFx project created in Eclipse Neon .1a Release (4.6.1) in GitHub . I am using the native tools of the IDE, I already made the local repository, I just need to create the remote . Using the Git Rep...
asked by 18.12.2016 / 19:22
1
answer

Git does not work for me .gitignore

Good I have a repository git with this .gitignore .DS_Store node_modules/ dist/ npm-debug.log yarn-error.log assets/img/file # Editor directories and files .idea *.suo *.ntvs* *.njsproj *.sln #Archivos de eclipse .project .buildpath...
asked by 07.12.2017 / 07:20
1
answer

Alternatives to GitHub to host a local repository [closed]

Today I have encountered a problem: Apparently my files occupy too much memory for the plan I have contracted. To have a private repository on GitHub I have to pay about 6 euros per month, which does not allow me to accommodate more than 1...
asked by 14.12.2018 / 15:02
2
answers

Download only a github folder

It is possible to download only a specific folder from a git repository, for example, if I have a project on github and it is made up of several folders, if at a certain moment I wish to download only a specific folder, is this possible ? '    ...
asked by 05.02.2017 / 23:40
1
answer

Problem with GIT when uploading for the first time to the remote

Create a github repository to upload an academic project that I am doing. Install the gitbash to work in windows with the command console, configure the global variables of user.name user.email . Execute the following statements git add...
asked by 16.10.2018 / 02:03
2
answers

how can I go back in git to a specific commit, without losing some data later?

Hi, I would like to know how I can go back in git to a specific commit, without losing some data later? to restore it it's possible? Thank you very much     
asked by 27.12.2017 / 16:24