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
-
5
votes3
answers542
viewsWhat files for an MEAN project should I send to Github?
I created an MEAN project in MVC and I’m willing to put it on Github, but I’m not sure what to send. If I try to send the whole folder it makes a mistake saying that there are more than 2,000 files…
-
5
votes2
answers377
viewsGIT: 2-verse project on different clients and main branch
I have a question regarding the organization of GIT. I have 1 project that will be divided into 2 verses for different clients, I would like to maintain a main branch and that the general changes…
-
5
votes1
answer872
viewsGit error, can’t push
I went to give a push and this error occurred: error: src refspec master does not match any. What is the cause of this? Could someone help me?…
-
5
votes2
answers1319
viewsJust take a commit from a github project?
I’m following a step-by-step project of a course, there they make a video lesson and at the end of it they commit to the github with the content made of that project in that class... In order to do…
-
5
votes1
answer7465
viewsHow to undo the last push done on Github?
I’m trying to learn Git and in the middle of my tests I made a push incorrect for Github. I did the reset of the latter commit and tried to give a push again thinking that it would remove the commit…
-
5
votes2
answers1359
viewsShould I commit my virtualenv to Github?
I did a project in Python using a virtualenv, in this case I should upload all virtualenv to Github or just the Python code?
-
5
votes2
answers740
viewsHow do I perform a "merge commit" or "merge pull request" on "Github"?
I want to contribute to a project on github only that I don’t want to post a PR with 28 commits. How do I (on Github) join these commits?
-
5
votes1
answer150
viewsHow to remove a file from Git, but keep it locally?
When I have a file on my local computer that I would like not to be uploaded to the repository on Github, I simply create a file .gitignore and add the path file. It so happens that I would like to…
-
4
votes1
answer1896
viewsIgnore . classpath and . project on Github
I can’t ignore the . classpath and . project files on Github. These are already in my . gitignore but after a while always end up coming back. I’m using Eclipse + Egit. Follow my file . gitignore…
-
4
votes1
answer190
viewsGit repository replication on local machine and Github
There is a way to replicate a particular repository between Github and a local machine the team uses? In case of failure of Github servers the team uses the local server and as soon as Github…
-
4
votes2
answers440
viewsHow to automate merge into git / github with hook or other tool?
I have a repository on Github and I created a Github page for that repository. So, every time I make changes to the branch master, I need to get into the branch gh-pages, make a git merge master and…
-
4
votes1
answer3439
viewsKnow how many times gitub project has been cloned
I have a small question to be resolved and I need to know if there is any way to identify how many times my project that is on github has been clonado.
-
4
votes2
answers2531
viewsInaccessible folder on github
I’m uploading my website to github. Commands I made: git init git remote origin master URL git add --all git commit -m "Primeiro Commit" git push origin master But git sends all files and folders to…
-
4
votes1
answer1944
viewsIs it possible to delete a folder inside a repository directly from the Github site without using Git?
Delete a folder inside a directory directly from the Github website without using Git? I’d like to delete a folder, but I don’t know if it’s possible without Git.
-
4
votes0
answers73
viewsError opening git hub
Hello, when starting github, it shows me a screen with this error: error: inflate: data stream error (Unknown Compression method) error: Unable to unpack 54012a5c5cbe332cb2e1f18539085b14bc0d8542…
-
4
votes2
answers1599
viewsWhat is Github really for?
I see many people talking about it, but I don’t know the real importance of Github.
githubasked 6 years, 11 months ago junior silva 43 -
4
votes2
answers2079
viewsHow to get back to a point before merging into Github
Take a look at my commits chart: https://github.com/danieldspx/cni/network I took a dump here, I wanted to merge the Workspace branch with the master. The Workspace is the one that was more current,…
-
4
votes1
answer980
viewsHow do you create "build" icons, "download" icons in the description of a project on github?
I wanted to know how to create these "icons" on github... I’m kind of Noob and I can’t find the right name for it, so I can’t find anything on Google... I mainly wanted to know how do those who are…
-
4
votes2
answers8696
viewsError when pushing to Github
I need to perform a push of files from my machine to Github but I’m not getting. I leave below some lines of code that I used in cmd trying to accomplish the commit, push, git init and everything…
-
4
votes3
answers5041
viewsHow to make a project public to private on Github?
I have a public project on the free account, has how to make it private?
githubasked 5 years, 5 months ago Ederson Costa 59 -
4
votes1
answer82
viewsWhy doesn’t Github Workflow start?
I created in my repository (currently, Github master branch) a Workflow to run the tests of my Python application, using the pytest. I set it to run on ubuntu-latest in Python versions (3.6, 3.7 and…
-
3
votes2
answers10525
viewsHow do I remotely connect to Git
I already know what we use versioning for, how to do commits, add new files, logs, etc. but I would like to upload my files to the Github online repository, as I do to connect and upload my files?…
-
3
votes1
answer73
viewsIf / Else to defenir Environment variables in Travis
I am using Travis for javascript testing (Grunt/Karma) and set some variables in the file .travis.yml to run a test matrix. What I’m missing is a means of defining variables using an if/Else. I’m…
-
3
votes1
answer886
viewsGit checkout does not change local files/folders
I’m starting to get into GIT. And a problem came up. Apparently, the checkout was not altering the local files. Let me explain it better: My stream is simple, clone, change code, commit, push/pull,…
-
3
votes2
answers7296
viewsHow do I get the files from a Github Restore?
I’m doing a project that will download a Git from Github, but I want the download to be automated to the user. For this, I need to get the name of the files and folders that are in the directory.…
githubasked 10 years, 4 months ago user2692 -
3
votes1
answer1642
viewsError clone with Git
When I try to clone a repository through Git Bash by command line it returns me this error, as in the image below: I’m on a corporate network, can it be the firewall blocking me? Has anyone ever…
-
3
votes1
answer1022
viewsHow to use Github in Windows XP?
I’m starting out in the world of Github versioning. I’ve made this decision because there are two workstations I plan to use for programming. One of them is Windows 7 and the other is Windows XP.…
-
3
votes1
answer2666
viewsWorking with git in graphical mode in windows
I have git running on an internal network. I want to allow one of the stations to work on that server. I already managed the key on that station and added it to the server where git is. I already…
-
3
votes1
answer965
viewsIs it possible to work with a local "community" repository in Git?
Imagine I have a remote repository on Github, but I’d also like to replicate it on a local server, thus allowing my team to work (and share code) even without remote access. And, for example, at the…
-
3
votes1
answer1298
viewsIs there a way to create a repository on Github with an already developed project?
My problem is that I have a project on Github and this project is being developed by me and two others. But suddenly, I really don’t know what happened, my project that was all organized, stopped…
-
3
votes1
answer96
viewsIs it possible to raise desktop projects on Github?
Can I develop my desktop programs and lift to Github, and work that way with versioning my program with Git? Or can I only raise web projects for Github?
-
3
votes1
answer1040
views -
3
votes2
answers1100
viewsGIT - "import" content from another branch
My question is this:: I have a repository called "site-layout" with only the master branch, where I develop a layout with bootstrap v4. I still have another repository called "site-old" also only…
-
3
votes1
answer228
viewsMaven Web Application with Github Repository and Hosted in Openshift
I have a Java web application (wildfly server) created with Maven, locally versioned with Git and remotely on Github, I’d like to know how to host this application in Openshift and deploy every Pull…
-
3
votes1
answer2328
viewsHow to delete an old Git commit?
guys, earlier I was playing some stuff in git and unintentionally copied a folder with a file inside and commited locally, then I deleted it and committed the deletion locally, I was developing what…
-
3
votes1
answer479
viewsI update index.html and delete files, but github does not update
I started a project on Github (I’m starting with it now), and everything was working perfectly. All of a sudden, he stopped updating. I, within the Github site itself, delete files, change the…
-
3
votes2
answers3580
viewsHow to sync github?
I made some changes to a project of mine that was on Github, now I want to synchronize it with my local repository and continue editing, how do I do this?
-
3
votes4
answers1531
viewsAdding my files to Github
When I started my project, I put all my files on Github correctly, but with the modifications I made I forgot to update the files in git. Now I need to pass all the files to Github, as I’m starting…
-
3
votes0
answers42
viewsWithout wanting to reverti (undo) , how to advance the front?
I was doing a reversal of a version, but unintentionally pressed 2 times undo in git dekstop, but the files I created before all went to space. Lot of logic and time lost. There is the possibility…
-
3
votes1
answer576
viewsHow to pull files from the repository without generating merge commit?
How can I get new files from the repository without committing Merge branch 'master' of...? I’m using: git pull It pulls everything cool, however, creates this merge commit. How do I only have…
-
3
votes1
answer129
viewsError pushing on gitbash
Is showing the following error in the git bash: $ git push -u origin master Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access…
-
3
votes1
answer131
views.gitignore for multi projects - Visual Studio
Setting I have a versioned project on github, put together a file .gitignore to make the project lighter and not to unnecessarily restore files, but I’m not succeeding. Note that my file .gitignore…
-
3
votes2
answers3350
viewsJoin multiple commits from a branch
I have the following situation: I created a branch, for which I made several commits, I pushed to github, now I intended to join these commits, which are already on github in one, so that they don’t…
-
3
votes1
answer311
viewsError in git repository:
It looks like I did something stupid with the underlying Git repository and was broken, leaving it invalid. Error: error: pathspec 'Development' Did not match any file(s) known to git. I used these…
-
3
votes2
answers2051
viewsAuthentication error sending file to repository on Github
Well, I followed that one link, but when I get to git push -u origin master it asks for the git user and password in a windows Forms, then asks the user (2 line), and asks for the SSH password and I…
-
3
votes1
answer330
viewsIs it possible to delete a repository on Github using Git codes?
I have a repository on Github that’s public and it has 33 commits, but I no longer have access to Github’s email and password (so I can’t delete the repository from Github), but I still have access…
-
3
votes3
answers464
viewsDeleting files on Github after push
I created my first repository to study on git and github, did my first commits and pushes in the remote repository, and only then did I realize that I had a file I didn’t want, how do I get it out…
-
3
votes1
answer57
viewsGithub Collaborators deleting Branchs
On Github how do I set up so that my project’s collaborators do not delete the branchs? There is no restriction to delete in the project’s Settings. Thank you
-
3
votes2
answers240
viewsGithub large files get corrupted
When I try to upload a file larger than 100 MB, everything works fine in Git. Even in my Github folder the file is normal and the correct size. But when I try to download it in zip to test, the big…
githubasked 4 years, 9 months ago Alex Junior Pereira 43 -
3
votes1
answer1275
viewsError 403 github
I created a new Github account and when I try to give a git push -u origin master it returns an error saying that I am not allowed to access that repository. It appears as if my old account was…