Questions tagged as 'git'

1
answer

How to add a commit in git?

I can not make a new commit, and I have already created a user and email and nothing will not let me. I've already tried with small projects and still nothing. start with git init then git status git add -A when I'm going to commit, I g...
asked by 04.01.2018 / 17:38
0
answers

Problem when doing a push in GIT (error 403)

I have to push my branch in for the repository. I have done an "add" and a "commit" without any problem. The console returns me: # git status # On branch master # Your branch is ahead of 'origin/master' by 1 commit. # nothing to commit (workin...
asked by 25.12.2017 / 20:07
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

How can I do a git pull in a sub-branch to lower the changes in the main branch?

I have my develop branch and there create sub-branches of develop to be able to work, I upload the commits to each branch and I do a merge, but I do not know how I can do a git pull and update my sub-branch to the latest changes in develop.    ...
asked by 01.11.2017 / 21:56
0
answers

Credentials in the Visual Studio repository manager

Has anyone used the Visual Studio repository manager? I started using it, and when I create a repository it allows generating a key, I generate it, then when I make a clone or a first pull it never asks me for that credential, then: - These r...
asked by 16.11.2017 / 22:03
0
answers

Fatal Error Visual Studio Code / git

I'm using git on MacOS and I have a problem. instead of adding the desired folder, tipie "git add." in the terminal, to which, I created the folder .git and put ALL the files of the Mac inside apparently. Using Visual Studio Code in the ch...
asked by 08.10.2017 / 01:17
1
answer

Is it possible to have a folder hidden only for the developer in git?

Sometimes I have been asked to share the code through a git repository. I have a front-end project, use sass, gulp, etc. All these things are important to me as a developer of the layout. I have a dev folder that includes all these devel...
asked by 25.05.2017 / 20:50
0
answers

Error trying to install git in Centos 7

Hi, I'm trying to install the git version driver in Centos 7 but when I enter yum install git I get the following error: [root@localhost yum.repos.d]# yum install git Complementos cargados:fastestmirror Loading mirror speeds from cached hostfi...
asked by 04.05.2017 / 17:21
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 when updating my OS

I recently upgraded my operating system to Sierra and when I wanted to use the githubdesktop application I throw myself the following error. Testing on the command line every time I want to perform a pull requests me the password of my key...
asked by 07.03.2017 / 02:29