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
-
1
votes0
answers220
viewsOnline repository, commit history problem
I’m working on a project where I currently have 3 branches as well as their respective merges to the master. The problem is that when I request a push of master to the online repository the number…
-
1
votes2
answers665
viewsSetting up Github
I would like a help of how I do to set up Github on my Windows 10 32bit Operating System machine to move up my projects.
-
1
votes0
answers106
viewsHow to Start Arduino Serial Communication with Raspberry PI 3
I am making a little project on the Arduino and need to start the Serial communication with the Raspberry PI 3 without IDE with the S.O Raspbian Lite. That is, the Raspbian Lite has no graphical…
-
1
votes1
answer119
viewsPush failure - Android Studio 3.0
I upgraded my Android Studio to version 3.0, but now that I’ve made the push in my app, he presented the following error, I have tried in every way and I cannot effect such action: Unable to access…
-
1
votes1
answer526
viewsHow to delete files from my remote and local HEAD from my git but not delete from my disk?
I have some files that I uploaded to my local remote Git HEAD, but now I need to delete these files but need to leave them in my local development environment. These files cannot go to the remote…
-
1
votes1
answer85
viewserror installing github npm
I installed npm and set up my proxy after that when I try to install any library for example git hub, it appears these errors: npm ERR! node v6.11.3 npm ERR! npm v3.10.10 npm ERR! code…
-
1
votes1
answer424
viewsBlock commits on Github
I have a repository on Github and recently my friend also started helping me in this repository, I was wondering if there’s a way I can reject his commits or something
-
1
votes0
answers64
viewsWhat is the meaning of using robots on Github pages?
According to this Response of the Stack Overflow it is possible to use robots.txt for avoid that search engines index the pages that the webmaster does not wish. How is that possible? through a…
-
1
votes0
answers44
viewsOrganizing tests on Github, good practice?
I’m currently doing a research for automate and organize the software testing. Amid the researches found some tools, but I believe that a new tool would not be so productive because the developers…
-
1
votes1
answer1241
viewsGithub Pages failing to load resources with error 404
I tried to move up a project I had done some time ago, and using the Github pages to play online, I find it difficult to render. The files he can’t load are all in repository, I don’t understand the…
-
1
votes1
answer232
viewsDoes Contact Page work on Github Pages?
When designing a simple contact page prototype, I remembered that there is a possibility that the project will be hosted by Github servers. Example But I also remembered that hosting with Github…
-
1
votes1
answer628
viewsHow do I work with git release?
The appeal release Is Github a platform resource or Git itself? I ask this because I didn’t see this feature in Bitbucket.…
-
1
votes1
answer1179
viewsHow to work with Fork of a project?
I made the Fork of a project, made the appropriate changes, pushed to my repository on Github and there generated a pull request to the original project’s Object. After a few days I decided to make…
-
1
votes2
answers411
viewsProblem with push and pull on github
I’m trying to do a git pull and git push to upload files to my repository on github but in both cases it gives this error : error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol…
-
1
votes0
answers731
viewsHow to integrate Sublime Text with a Github repository
I own a repository on Github, like I integrate this repository into Sublime Text to commit my sources? I searched tutorials, but could not find.
-
1
votes1
answer39
viewsGit Bash is suggesting saving to removable disk
Git Bash already starts on the removable disk, and all commands you need to create a folder it sends to this address that is apparently the default. I wonder if you have any global command to set…
-
1
votes1
answer349
viewsError: 'could not read Username for 'https://github.com' while pushing
I have an ASP.NET versioned project on Github and while trying to do one push the following error is returned: fatal: could not read Username for 'https://github.com': terminal prompts disabled Does…
-
1
votes1
answer202
viewsHow do I use github lib in my Android Studio project?
I need to use a lib to zoom in on the imageview of Android Studio, after a few searches, I found a lib on github that can help me, but I couldn’t use it in my project, someone explain to me how to…
-
1
votes1
answer55
viewsHow to use a Robots.txt on Github pages
I have a repository on Github and it has a site that’s visible on github pages, only I want the search sites to just show you the homepage of the site. If it was a regular site I could add a…
-
1
votes1
answer1284
viewsRecover deleted files with git
I created a repository on github, gave my git init folder and after that I made the mistake of giving these two commands below, after that my files that were in my folder disappeared... how to get…
-
1
votes1
answer1303
viewsWhat is a git diff, how to do it, and what is it for?
I’m having a problem with my project. I make contributions to a git project, and when I check the Master branch, I saw that some methods are missing that you have in a branch, but don’t have in…
-
1
votes2
answers163
viewsIs there a way to "link" specific content from one repository to another?
I have a program that needs some DDLs, those DDLs are available in another Git, also on Github. Therefore, it would be possible for my library link such a file to such a repository? To be more…
-
1
votes1
answer2671
views -
1
votes1
answer146
viewsDifference between commit done on the github website and on the command line
Problem Different contributors to the same account in the repository. Historic When I created the repository, I uploaded some files from the github site itself and the commits were registered as…
-
1
votes2
answers86
viewsHow do I search to find which files have a particular word?
Use case: I’m browsing a project, trying to understand the code. It’s several different code files. I’m analyzing one of these files and it calls an abc function(). How do I, via web, know which…
-
1
votes1
answer42
viewsEmail and Password continue to appear even after creating an SSH key
I created a key SSH to use on Github and even following all the steps that were the following: I used the command: ssh-keygen -t rsa -b 4096 -C "[email protected]" Then I used the command cat:…
-
1
votes1
answer205
viewsGithub doesn’t climb my site properly with Bootstrap 4
Good evening guys, I’m trying to get my site up on GITHUB that I’m working on for studies, but it’s not working properly it seems that the Bootstrap and CSS settings don’t work when I mirror it with…
-
1
votes1
answer62
viewsHow do I remove a commit from the history?
In the first commits I versioned my e-mail password, now I uploaded a file. dist without this password, but wanted to remove from the commit history the file that had my password. That’s possible?…
-
1
votes2
answers3487
viewsmove up to the repository on github
I’m a beginner in programming, I’m doing a project with a person and I needed to clone a repository of it on github and make some changes, how do I send the changes to github back? ps.: preferably…
-
1
votes1
answer265
views -
1
votes3
answers8005
viewsProblem when pushing on Github
Oops, I’m trying to send my files to a repository on github but it’s going wrong. I did it this way: git init git add . git commit -m "xxx" git remote add origin…
-
1
votes0
answers1492
viewsBlock direct push on the master branch
I am starting a private project on Github and will have the participation of 5 developers and I will be the leader of this project. Each developer will have their branch to publish the files for…
githubasked 5 years, 5 months ago Rafael Christófano 365 -
1
votes1
answer62
viewsPush in git is not linked to my account
I’m doing some studies and using git to store them, when I’m going to push the master, my git even push that, but not on behalf of my git hub user This is my git user: And that’s the name that’s…
-
1
votes3
answers39435
viewshow to create a new branch on Github?
I wonder how to create a new branch on Github I already have the master branch created and I didn’t see any "create branch" option, someone can help me?
-
1
votes2
answers278
viewsWhy is GIT ignoring one folder and others not within wwroot?
I’m new to git and I’m using it to control an Asp.net core project in VS 2017. I set up the file. gitignore, but I’m having trouble creating folders. I created, within the wwwroot directory, a…
-
1
votes1
answer404
viewsWhen I push to git, characters with "Place" accents. How to resolve?
I have a project in Java, and for example: Type in some line of my code "Not set", when I push to git it gets "N the set" or something worse. Is there any way to avoid this in any git configuration,…
-
1
votes1
answer1143
viewsI can’t upload files to the repository on github
I can’t get access to my repository: I do the following : I go in the folder and open git bash here git --global user.name " Di82Rquant" git --global user.email "[email protected] git init git…
githubasked 5 years ago Di82Rquant 23 -
1
votes0
answers102
viewsHow do I upload files in GIT that are more than 50MB in commit size?
I’ve tried using Git Large File Storage but ended up not working.…
-
1
votes2
answers347
viewsUse Axios to generate an unordered list using the Github API
I have a code that should receive the client’s Github username and generate a list with the name of its repositories. The list is generated, but always returns undefined. The result would be…
-
1
votes1
answer458
viewshow to list github repositories within an account that has a given topic
My problem is the following is consuming the github api via javascript fetch, and I want to search inside my repositories, the ones that have a certain topic like "Javacript" or "Programming" the…
-
1
votes0
answers313
viewsHow to reverse a git reset hard
I have a folder on my machine, which when I update I commit to Github. It turns out I made some good changes, and went to commit. I did: git add -A git commit -m "..." git push -u origin master Only…
-
1
votes3
answers14398
viewsHow do I create a folder inside my Github repository?
How I create a folder in my repository so I can organize my files and not leave everything in the same repository folder on Github? this can be done by creating the folder using the command line or…
-
1
votes1
answer112
viewsError while upgrading Github, pushing master
I can’t update the master or merge with the master. I can move the project up to other branchs, master-b. But updating the master (push) gives this error: NOTE: When trying to pull, this error…
githubasked 4 years, 8 months ago Rebeca Nonato 1,163 -
1
votes0
answers217
viewsGit - Error 403
Good night to you all. I’m having a problem that I can’t give the "push" command to git bash. Always gives the "requested URL returned error:403", I searched and found a solution that I tested which…
-
1
votes1
answer303
viewsHow to change the Github remote repository?
I have a project finalized and commissioned at Github. Now I want to make a copy of the folder to do some tests and I want to send this project to a new repository on Github. The problem is that…
githubasked 4 years, 6 months ago Rodrigo Emanuel 47 -
1
votes0
answers82
viewsIs there a way to delete comments from a github commit?
Is there any way to delete a comment from a commit? Or is there an invisible file that saves those comments and logs? (either in the files of the pc or in the repository on the website). It can be…
-
1
votes1
answer199
viewsWhat is the difference between workflow_dispatch and repository_dispatch in github actions?
I want to create an action that will trigger an event (repository_dispatch or workflow_dispatch) in a certain repository A, and in another repository B will have an action that will be executed when…
githubasked 4 years, 3 months ago Lucas Miranda 31 -
1
votes1
answer99
viewsIs it possible to create a remote repository on github through the terminal?
Save it, guys. I’m having a doubt that I’m not finding the answer or I’m not knowing how to look. Next, I just got into this programming universe and I’m learning git. But I came across a "weakness"…
-
1
votes1
answer474
viewsShould I upload the package-lock.json file to github?
I know the folder node_modules should not be sent to the github, then add it to the file .gitignore... but what about the file package-lock.json q have a lot of information? It is safe to send it to…
-
1
votes0
answers31
viewshow to return a commit without loading the changes
# tentando reverter commits sem carregar alterações # I am trying to apprehend will use HTML2CANVAS,html2canvas is an html library used to capture the visible part of web sites made in html. for a…