Most voted "github" questions
Github is a Shared Web Hosting Service for projects that use Git versioning control. It is written in Ruby on Rails by the developers of Logical Awesome (Chris Wanstrath, PJ Hyett and Tom Preston - Wernder). Github has free business plans for open source projects.
Learn more…434 questions
Sort by count of
-
2
votes1
answer79
viewsHow do I manage a git for two domains?
I have a website that I’m working on, where we’re now starting to install version control and we’re having a hard time testing the site before sending it to production. We have the following…
-
2
votes2
answers3924
viewsChange language on github
I have a project developed in Python with Django. I just created a repository and pulled on github and the project was set to PHP on the Github website: Some images of my project and its files: So:…
-
2
votes1
answer48
viewsHow to sync Github with npm
Is there any way to update the package in the npm as I send updates to my repository’s master branch?
-
2
votes2
answers603
viewsHow do I remove and replace files from the master branch with files from another branch? (Github)
Dear friends, my question is this:: I needed to download a project on another machine, so I did a clone on Github for that, but I changed the whole file structure, and I wanted to go up to the…
-
2
votes1
answer236
viewsGitignore, Ignore a file without deleting it from versioning
I need to ignore any modification in certain files, but when modifying anything (in those files), it recognizes the change and stays to commit, follows my . gitignore #Arquivos Diversos *.log *.yml…
-
2
votes1
answer425
viewsremove an improper commit from history but keep current changes in files
I cloned a remote repository and soon after that I had to pull some files from a specific branch and it looks like it was merged (unintentionally) into the master itself, then created a new branch…
-
2
votes2
answers88
viewsTypescript files in version history
I started using Typescript in my web project to generate the Javascript files and my question is: In the version system I should put only the Javascript files, Typescript or both?
-
2
votes0
answers177
viewsdifficulty installing pathtrackr in r on github
I am trying to install the pathtrackr package, I expected when running the code install_github("aharmer/pathtrackr", build_vignettes = TRUE) the package was installed, however when executing the…
-
2
votes0
answers126
viewsProblems with deletion of git files
Recently, I had a conflict problem between my local branch impl-springboot4 and the remote branch master. At the time of MERGE via Pull Request, there was conflict where I had to enter the…
-
2
votes0
answers61
viewsGithub - How to accept PR automatically after revisions?
I’m doing a project on Github and I’d like to structure something that after a certain amount of approvals in the revision, that happens to merge the pull request automatically. I know this is…
-
1
votes1
answer4691
viewsGIT/Github Versioning Conflict for the same branch and only one commiting user
I am harduser and experienced programmer, but a problem has occurred: to a private repository on Github, with only one user committing, eventually when sending code I receive notice that it has been…
-
1
votes1
answer510
viewsMeldmerge (Git, Github) conflict resolution
The tool does not allow me to upload the middle file changes, these are the new changes I need to commit, but it is not going, it is precisely this change that "he wants" to overwrite with one of…
-
1
votes0
answers69
viewsError running Git pull using Openshift
I’m trying to follow the tutorial for Openshift. But in the 3rd, there’s step 3 : $ git pull -s recursive -X theirs upstream master I have the following mistake: fatal: Unable to connect to…
-
1
votes0
answers2050
viewsCorrect way to import a project that is on Github
I have a college project hosted at Github, at this link, but in the project I only pushed to Github from the entities files, which have been created so far, I did not push the entire project,…
-
1
votes1
answer327
viewsGIT project interface for local server
Good morning, I am looking for a GIT administration interface for a Linux server (Debian to be more specific), where the repositories of the company’s projects will be in it. I searched and found…
-
1
votes0
answers164
viewsRedirect domain, using domain provider setting?
I have 2 domains http://brunorozendo.com.br and http://brunorozendo.com The http://brunorozendo.com.br is hosted on github. Can you do the http://brunorozendo.com redirect to the…
-
1
votes1
answer2983
viewsCompare Working Directory file with remote repository file
How to compare a local file in Working Directory to an existing file in a remote repository, for example Github? I need to identify changes made to a local file compared to the version on Github. I…
-
1
votes1
answer184
viewsAdd Andengine as a library to my project in Android Studio
I’m trying to import the project AndEngineby Github and then add the extension AndEngine Physics Box2D. I’m doing the steps: I created my project I installed Git and added the C: Program Files path…
-
1
votes1
answer2084
viewsHow to use Github private repository in Packagist and reuse code in Composer
I have some private repositories on github, I would like to reuse the code in my applications that are being made in Symfony, because I will need modules that already exist in more than one project…
-
1
votes0
answers48
viewsError while trying to insert gist embed (Github) via PHP
I am trying to insert an embed of a gist via PHP as follows: <?php echo "<script src='https://gist.github.com/schacon/4277.js'></script>"; ?> However, when parsing the console, the…
-
1
votes1
answer1305
viewsHow to set up Github in Visual Studio 2013 (Share project on Local network)
How to set up Github (Version 2.26) in Visual Studio 2013 (in VST 2013 in Solution Explorer/Team Explorer) to share a project on the local network?
-
1
votes1
answer98
viewsCache static pages in the browser
How to make a page .html stay in browser cache for a period of 20 minutes after it is downloaded? Obs: The Page is static and there is no "Back-end" is all done with HTML, CSS and JS, is staying at…
-
1
votes1
answer64
viewsDisabling eol in bitbucket
As version control tools I use Bitbucket and Sourcetree. It just seems like they get lost in the eol, saying that the same files are different. It seems to me that the solution is to disable eol in…
-
1
votes1
answer1853
viewsIgnore all files except one specific in GIT
I want to ignore everything from "Assets" folder except "xmutarn.js" file, so I tried on .gitignore: !assets/script/xmutarn.js /assets But it doesn’t work, how can I fix it? My . gitignore this so:…
-
1
votes0
answers33
viewsHow to create a topic structure with Jekyll / Liquid
I’m trying to create a topic structure to simulate a direct link menu for the post. This structure would be similar to help manuals by topic or as the chapter structure of books. The problem is how…
-
1
votes2
answers426
viewsGit Bash - Segmentation fault
Hi, I have a very annoying problem with the GIT program. When I open Gitbash in the desired folder and enter any command, they simply gives the error "Segmentation fault". I searched the internet…
-
1
votes1
answer181
viewsAfter reversing a merge from a Repo to Fork, git does not allow another (already up-to-date)
Good guys! I have little experience with GIT (so I mostly work with Github Desktop more than with the command line), and today I’ve had some problems with a phpbb theme repository Fork that I’ve…
-
1
votes1
answer44
viewsForce SSL on Github Pages
I’m trying to force SSL on github pages, but I’m not getting it, can someone explain to me how I do it ? I am using Jekyll http://andreyglauzer.com.br remap :…
-
1
votes1
answer4298
viewsHow do I edit the email in git?
I had put an email as the default in the github account, and consequently in the git global config, but the problem that I closed the yahoo account and included Hotmail as the main one in the github…
-
1
votes2
answers428
viewsGithub - How to create a second Fork from a particular repository?
Let’s say I have a repository layout user\original as meuser\original. If I want to create a new Fork from the first one, how do I do it? On github when you click to create a new Fork it just…
-
1
votes0
answers44
viewsDirect to the github location
There is a repository on github where it already contains a project. I have to create a new branch and put my own project there, however, I don’t know how I direct to the repository, and besides, to…
-
1
votes1
answer1164
viewsRemove Git Binding in the ASP.NET MVC Project
I started an ASP.NET MVC project and initially used git for code control, but now I want to transfer to Team Foundation Services, as I do to unlink my project from git?
-
1
votes1
answer5066
viewsFailed to connect to github.com port 443: Connection timed out
I’m trying to make a git push, or git pull, and back and forth triggers this error: fatal: unable to access 'https://github.com/tiagoferezin/meuRepositorio.git/': Failed to connect to github.com…
-
1
votes1
answer173
views -
1
votes1
answer843
viewsWhy did the folders in my github directory turn gray and empty?
Here’s how they turned out: I sent it with bash using git push --force because the normal push wasn’t working. Can anyone tell me what happened and how to fix it? the folders are not empty in the…
-
1
votes1
answer625
viewsDo I need to put the hidden files from the Eclipse project into the repository?
I would first like to know if these of the hidden image files (.somemacoisa) need to go to the repository, since I work on the same project on more than one computer. My other question is whether…
-
1
votes1
answer84
viewsHow to use a Joomla component with git
When I create a new component or module for Joomla, most of the development is done with the component/module already installed within the CMS structure - administrator - cache - components -…
-
1
votes0
answers409
viewsConfigure SVN Tortoise with Google Drive
I need a help, I want to configure Tortoise SVN to upload my projects in Google Drive has anyone done this setup? If yes I could help me with this, I’m having difficulties. I tried to configure…
-
1
votes0
answers75
viewsAutomatic public project deploy to AWS instance
Question: I would like to know how to configure the Travis CI to automatically deploy a public project from GitHub after running the build and all tests pass. I noticed this file configuration…
-
1
votes1
answer2146
viewsRepository Synchronization - GIT
Well, I’m working on a project in college and I had some problems with using git when synchronizing a repository. More precisely, I received the following usage instructions: The Master branch is…
-
1
votes2
answers550
viewsHow to do advanced searches on Github?
You can build custom operators/queries in Github search? Github provides the advanced search through a GUI, but also, as there are searches advanced Google (site:, cache:, etc...), it is possible to…
githubasked 7 years, 10 months ago Bruno Wego 1,568 -
1
votes1
answer404
viewsssh key add error to github account
personal someone is trying to add my ssh key to github account so qe is giving error, it asks for a title then I put "windows" then ask for a key so I put "id_rsa.pub" this error appears: Key is…
-
1
votes1
answer1097
viewsSpring Boot Application Not Initiating in Heroku
I have the following open source application: people-on-map-site. And I have a Heroku account and this project integrated with the Github repository. However when doing Deploy appears these messages…
-
1
votes2
answers369
viewsHow to change project type on Github by Visual Studio
Well, I created a Reposótirio in the Github through the VisualStudio However, only when giving a Commit/Push he got the kind of project being JavaScript: But I want to change him to be the type C#.…
-
1
votes1
answer229
viewsPush of the same file with different parameter in Git
In Laravel there is the file .env. In it I define my database connections, email, among other things. Suppose I have three connections: Localhost Homologation Production When I want to work on…
-
1
votes1
answer234
viewsError while consuming Github API V3 using Httpclient or even Httpwebrequest
I’m unable to consume the Github V3 API with basic authentication (without using Octokit). I know it works with Restsharp but I want to know why it doesn’t work with HttpClient and HttpWebRequest. I…
-
1
votes1
answer2956
viewsSetting up Github in Eclipse
Someone could help me set up to integrate Eclipse IDE with Github, then allow me to move up my projects in development, and when necessary to import? I tried, but without success, if anyone knows…
-
1
votes0
answers1555
viewsProblems Trying to Move Up Project in Bitbucket with Netbeans
I want to upload my git project into the Bitbucket repository by Netbeans, whenever I try to upload the following error: The remote repository contains non-mixed commits in the local branch. Open…
-
1
votes1
answer163
viewsWhat is the MERGE_MSG.swp file?
When executing the command of merge of my branch in another. The following warning has occurred: As per the image description itself. The alert is displayed because the file .MERGE_MSG.swp is also…
-
1
votes1
answer87
viewsProblem with POST in Javascript + Ajax
Guys I’m doing a test, and I need to develop a sign-up screen using the Github API https://developer.github.com/v3/repos/#create ... Follows the code: //Add repositories on GitHub…