Questions tagged as 'git'

1
answer

git log between closed interval

Receiving a start date and an end date and need to get all commits between this interval but the git log interval is opened in this way no commit that is on the exact date of the final day is obtained. An example and using the following comma...
asked by 11.10.2017 / 15:39
0
answers

Online repository, problem with commits history

I'm working on a project where I currently have 3 branches done as well as their respective merges for the master. The problem is that when I request a push of the master for the online repository the number of contributions I have ha...
asked by 27.07.2017 / 16:53
0
answers

Git push origin development failure: non-fast-forward

I'm developing a system and the situation is this: I created some new files on my machine and I want to send it to Bitbucket but it will not. When I was creating I was giving commits, but, my colleague in development, gave other commits and sent...
asked by 25.07.2017 / 21:07
2
answers

How to leave a "Default" language in GitHub?

This is a project made in Ruby , however, as I used the Twitter BootStrap , it presents JavaScript as the predominant language, since it is the language that predominates in the repository. Can you force the default language to be RUBY ?...
asked by 15.01.2014 / 13:27
0
answers

I can not put page in the air by github

I'm using git-bash, at the end when I give the command git push origin master , a message appears saying:    "remote: Permission to clasesdelivery / clasesdelivery.github.io.git denied to guilhermepassos.       fatal: unable to access...
asked by 05.07.2017 / 05:57
1
answer

Could not read from remote repository

I created a BARE repository in the folder: c://projetos/cliente1 this in the VMBOX ORACLE called (vmserver) Then when real pc access time, returns the following message:    $ git clone file: //// vmserver / projects / client1 Cloning...
asked by 10.06.2017 / 05:19
0
answers

Error in Android Studio 2.3 Integration with GitLab

I am learning to version and following a step by step in Stack OverFlow almost worked, but an error occurs that I can not fix. I'm using the terminal inside Android Studio I followed all the steps to load my local repository into GitLab...
asked by 06.06.2017 / 16:20
1
answer

Push does not go to remote and does not acknowledge error

I'm doing git push -f origin "branch name" and it does not go at all to the remote repository. Since no error appears, I have also changed some config of buffers, what do I do to solve? Counting objects: 267, done. Delta compression using up t...
asked by 16.05.2017 / 06:41
1
answer

Git merge on windows conflict occurs and the line in the file is not marked

When trying to perform a git merge on Windows in a file that has been modified on the same line, the message: warning: Cannot merge binary files: g.txt (HEAD vs. feature3) Auto-merging g.txt CONFLICT (content): Merge conflict in g.txt Automati...
asked by 23.04.2017 / 00:00
1
answer

how to change git language to english on linux

I'm a self-taught student and I'm learning how to use the git tool (I'm starting now by watching RBtech channel tutorials on youtube). I installed git on my ubuntu but git is with the language in Portuguese and I would like to know how to change...
asked by 19.04.2017 / 16:38