Questions tagged as 'github'

1
answer

Add project already exists to github

I already have a solution created in github, I already created an account too, I just want to add my project already done in a repository, but I can not do it. I already added the github extension in visual studio.     
asked by 08.01.2018 / 20:27
1
answer

JQuery plugin does not work on github pages

I put a JQuery plugin called nice scroll for the page to scroll slowly, but when I open the page on github pages it does not work, the rest of the script and css are all working except for them, does anyone know why?     
asked by 23.01.2017 / 20:30
1
answer

Profiling deposited in the Versioning Repository (GitHub)

I'm doing some tests with an experimental code that counts cyclists in the cycle range, for these tests I'm using gprof and gcov that generate several analysis files, one of these files generated by gprof I'm sending to the...
asked by 04.10.2016 / 03:25
1
answer

Problem with Git / Github - large files [duplicate]

I'm having a problem creating and uploading a git repository. He tried to upload a file larger than 100.0MB and GIthub notified me the restriction. However, I went into the folder and deleted the file. I tried uploading again and it indicat...
asked by 11.12.2015 / 14:00
1
answer

Issue does not close after commit with issue referenced "Issue # 1 fixed"

I'm doing some Git Flow testing and tried closing a Issue # 1 by committing it within a hotfix branch, see the repository: link Notice that in both attempts (Resolve issue # 1) and (Issue # 1 fixed) instead of closing the Issue, it was o...
asked by 27.11.2018 / 01:43
1
answer

Github is not registering contributions

I have the following problem with Github, it is not registering my contributions although in the repository it shows that the updates are being performed without any problem. Anyone know what it can be? I am currently using the visual code....
asked by 17.12.2018 / 22:29
1
answer

Laravel and Github

Good afternoon, I am currently taking a course and I am on the subject of routes in the course of laravel, I am following the lessons perfectly. I made the installations of all the requirements that are in class, like xampp, npm, composer etc. I...
asked by 29.10.2018 / 15:56
2
answers

I do not appear as a collaborator in a project that I am part of Git

I am doing a job for a course with my colleagues. I can do pull and commits, however, I do not appear as a contributor of the project, not showing my graph. My colleagues only see that I did commits. I appear as a repository , but I do not appe...
asked by 23.10.2018 / 03:10
1
answer

Git "Please tell me who you are"

Recently I created a project on my PC and I'm trying to commit pro github, but this message always appears. *** Please tell me who you are. Run git config --global user.email "[email protected]" git config --global user.name "Your Name" t...
asked by 03.10.2018 / 07:11
1
answer

Working with two different "remotes" with git

I would like to know how do I delete the sensitive data (passwords and etc) from the commit of a remote repository, but holding on to another? I explain: I have a repository in Github and another in Heroku, my project is pointing to the two r...
asked by 14.09.2018 / 01:49