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
answers38
viewsProblems with crontab and Git push script
I created a scrip . sh to update my repository in Git Hub. Manually the scrip runs perfectly. #!/bin/bash cd /home/user/tmp/ git init git add . git commit -m "`date +'%Y_%m_%d'`" git push --force…
-
1
votes1
answer37
viewsI cannot delete the "cloned" folder with Case-Sensitive in my Github repository
I created a repository on Github and sent my application containing an X folder with the full name in lower case, when actually the first letter of the name should be uppercase. To solve this…
-
1
votes1
answer74
viewsHow do I delete a commit in the Github remote repository?
I had never been in this situation, I have a public repository on Github and I need to delete the last 5 commits I did, both from the location and the remote that appears to everyone on Github. How…
-
1
votes1
answer214
viewsChange github account in Vscode
How do I change the default Github account within VS Code, because when I create a remote repository (Publish to Github button) always points to the wrong account! Today in Vscode is configured the…
-
1
votes1
answer252
viewsError deserializing Json . NET CORE 5 - Jsonexception: A possible Object Cycle was Detected
I basically created an API project on. NET 5. My idea is to consume their API (Take repository information), and then make some information available in my API. The request is successful but there…
-
1
votes0
answers23
viewsWhy does Openssh only open when I cancel the git push command?
Operating system: Windows 11 Git version: 2.32.0.windows.1 I’m trying to push into a private repository on Github using Git Bash, but nothing happens. I use the command line git push origin main,…
-
0
votes4
answers701
viewsError in "Git push: fatal: could not read Username" command
After committing a file and giving the "Git push origin master" command, an error happens giving the message: fatal: could not read Username for 'https://github.com': No such file or directory How…
-
0
votes1
answer76
viewsHow to reload config.json in bootstrap
I’m trying to generate a gist with config.json to re-load bootstrap without losing the changes I’ve already made. So I created a gist: https://gist.github.com/aymone/dba37043a860d4f0abb1 But when…
-
0
votes1
answer879
viewsAtom Text Editor Installation
I discovered a new code editor recently, the Atom, on the platform Github. My question relates to the installation of this publisher and the documentation they give. I have to install Node.js or…
-
0
votes0
answers143
viewsUsing Navigation Drawer and Page Sliding Tab Strip
I’ve tried every way I can imagine importing this library (Navigation Drawer and Page Sliding Tab Strip ) in a project, however, without success. I followed the step-by-step (importing the other…
-
0
votes1
answer161
viewsEclipse github plugin
I tried to download the plugin Github Mylyn Connector 2.3 but when will install, returns the following error: No repository found at http://download.eclipse.org/egit/github/updates-2.3. Someone…
-
0
votes1
answer2372
viewsGit/Github problem - large files
I’m having a little trouble creating and uploading a git repository. He tried to upload a file larger than 100.0MB and Github notified me of the restriction. However, I went to the folder and…
-
0
votes0
answers33
viewsupstream github project
someone patient enough to explain how to upload the files to github? have already given a read in some tutorials, but all return me with error in the command line (Ubuntu 14.04)
-
0
votes1
answer53
viewsHelp with GIT recovery
Staff I had performed a backup of my right /.git/ and zipped. However I had problems in this file , I was able to unzip but with errors. I wonder if you have a command to perform a FORCE for it to…
-
0
votes1
answer72
viewsHow do I resolve pull request with deleted branch (Unknown Repository)?
After being made a pull request removed the linked branch and the message unknown repository is presented. Is there any way to re-link this pull request a new branch or the only way is to redo the…
-
0
votes1
answer112
viewsBuild in Gitlab does not change from "Pending"
I recently deleted a repository in Gitlab (I use their own server) and created a new one, but when I do commits and pushs appears a "build: pending" in the commit, alerting: .gitlab-ci.yml not found…
-
0
votes1
answer156
viewsHow to ignore persistence.xml in gitignore?
I have a persistence file called persistence.xml in the paths: /git/meuRepositorio/Meuprojeto/src/main/Resources/META-INF/persistence.xml And I’d like to include you in .gitignore, I put that path…
-
0
votes1
answer124
viewsHow do I download via Github URL or SSH
In the code json below I can only clone from the repository the dependencies of Phpmailer, if the url of the Cpanelinc/xmlapi-php are not set in repositories in the código, when if https or ssh url…
-
0
votes0
answers45
viewsError committing to Webstorm
Trying to commit a project to push brings the following message: what may be happening?…
-
0
votes1
answer972
viewsHow to handle database working with Docker?
I started working with docker recently and there is a doubt and in a preparation for an environment wordpress lamp , I stumbled upon climbing my bank and my files . The idea was to leave everything…
-
0
votes1
answer19
viewsProfiling deposited in the Versioning Repository (Github)
I am doing some tests with an experimental code that makes count of cyclists in the bike lane, for these tests I am using the gprof and gcov that generate several analysis files, one of these…
-
0
votes1
answer316
viewsVisual Studio project losing references via git
When cloning a project, it is coming with some blank references, having to add manually. This problem only occurs with cloned projects, if you download the project as zip from github, it works…
-
0
votes0
answers205
viewsIs there a text editor that integrates with Github?
I’m using Notepad++ to program in the Lua language (small programs, I’m still studying), and I usually save the codes on Github when I have to stop to continue afterwards. But manually I need to go…
-
0
votes1
answer178
viewsJquery plugin does not work on github pages
Guys I put a Jquery plugin called nice scroll for the page to scroll slowly, but when I open the page on github pages it doesn’t work, the rest of the script and css are all working except them,…
-
0
votes1
answer457
viewsI can’t access website hosted on github
I named my repository as fingerstylebrasil.github.io but when access it appears that the page does not exist, I looked in the repository settings and another address appears, this one:…
githubasked 7 years, 9 months ago blackbird312 417 -
0
votes1
answer235
viewsI cannot clone via netbeans on github
As we can see in the photo, this is the message that appears to me when I try to clone through Netbeans, on other terminals works properly. Netbeans 8.1 Respositório Púlico…
-
0
votes1
answer1206
viewsError when cloning Gitlab repositories
I am trying to clone a repository I have created in Gitlab on my machine, but the following error is returned to me : I used the Github login to log into Gitlab and create the repository there. When…
-
0
votes1
answer12679
viewsGithub - Download project (Beginner)
I’m getting started on Git-Hub... I downloaded the Git-Hub version for Windows (GUI version). I can create repository, commit, and post. I wanted to know how I can download a project made by another…
-
0
votes2
answers465
viewsGo up to Bitbucket an already created branch
I have a project in Git Local and I want to go up to the bitbucket, but following the instructions: Get Started with command line Step 1: Switch to your Repository’s directory cd /path/to/your/Repo…
-
0
votes1
answer3438
viewsMessage "Invalid Object name 'dbo.table' SQL Server with Go Lang
I am trying to use a select in my SQL Server Database that I have in Azure. I’m using the Driver: https://github.com/denisenkom/go-mssqldb. However, a message is returned to me: mssql: Invalid…
-
0
votes1
answer106
viewsHow to start Jekyll with an already downloaded theme
Hey there, guys. I downloaded Jekyll and its dependencies and managed to create a new blog giving a jekyll new novodoblog, but now I downloaded a theme and wanted to create a new blog from it. I…
-
0
votes2
answers53
viewsProgramming in pairs remotely
My partner and I are quite fond of pairing from time to time, usually when we have some complex function. But we live in different cities and sometimes it gets hard to get together to program. We…
-
0
votes0
answers536
viewsIn Git, I can’t pull, it gives ERROR 502
I’m in a project and I can change Branch (Checkout), fetch, merge, but pull I can’t, returns the message fatal: Unable to access '': The requested URL returned error: 502 I’ve done several tests and…
-
0
votes1
answer87
viewsCan anyone explain to me the structure of Git with Github?
I’m trying to set up Git with Github, but I’m not getting anyone to help me with that? Windows 10 operating system. Example: I use Eclipse and my projects are created in the default directory C:…
-
0
votes0
answers57
viewsI can’t get a page up on 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 aulasdelivery/aulasdelivery.github.io.git denied to guilhermepassos.…
-
0
votes0
answers34
viewsSpecify DEFAULT language on Github?
I have a PHP project on github. But the same, defined the main language of the project as CSS... Is there a way to change the default language manually? Some editable file.. etc. Thank you.
-
0
votes1
answer74
viewsApply source code updates after Fork time and multiple changes
I have a situation where we use a system that the code is open source, but we made some modifications to fit our need. Now the original system has undergone code changes to improve security, I’m…
-
0
votes2
answers399
viewsWhat is the Visualg extension for Github?
I have some old codes of mine in Visualg and would like to publish on Github, someone knows the Visualg extension that Github recognizes?
-
0
votes1
answer49
viewsHow to install pull request package?
I’m looking to install an npm package ng2-table, but with a pull request that is not yet merged into master. Is there any way I can add this pull request to my package.json, so that it installs this…
-
0
votes0
answers108
viewsProblem importing github project with netbeans image
Every project I create in netbeans here at home and try to import at work or on notebook I have right here from the problem (always in parts with images) An example of code:…
-
0
votes0
answers318
viewsHow do I open a Github project in netbeans?
I have a group job to do, a project has been created on Github for us to download and work on, but I can’t open the project in Netbeans to change and do comits. NOTE: I don’t want to create a…
-
0
votes1
answer2087
viewsAdd project already exists to github
I already have a solution created on github, I’ve already created an account too, I just want to add my project already done in a repository, but I’m not getting it. I’ve already added the github…
-
0
votes1
answer254
viewsInjection error in Bean feature
So guys, I’m developing in jsf and I came across this mistake there, does anyone have any idea what it might be?? javax.servlet.ServletException: javax.servlet.ServletException: Um erro ocorreu ao…
-
0
votes1
answer251
viewsHow to organize project versions on Github?
I have an old project that was written in Laravel 5.3, recently rewrote all the code using the version 5.5. My question is how to organize this in Github, currently the master branch supports my…
-
0
votes1
answer370
viewsProblems pushing to remote repository (Github)
I’m having a really hard time putting a project on Github. First, when I try to do the push via ssh appears the following error: Then, to try to escape the error, I tried to see HTTPS and the…
-
0
votes1
answer110
viewsHow to clone a Branch in Android Studio?
I would like to know how I can clone a Branch of Github in Android Studio, because when I clone the Project, on the home screen, comes only the default version of the repository.
-
0
votes1
answer2688
viewsHow do I identify existing repositories on my github?
I’m doing a basic course on github and I just got passed that push has to be done for "origin master". But when I do the command on the terminal (command line) I get the following message:…
githubasked 6 years, 9 months ago Julio Barreto 17 -
0
votes0
answers23
viewsDeploy data that cannot go to github
Good morning, I have 1 project, which is in development and I am using github in the development phase. However configuration files that have password, I n mando pro github haha. Qnd I do the last…
-
0
votes1
answer783
viewsHow to sync my project with Github
Hello I have I started a project via github in Intellij. I cloned the data from github. I logged in via cmd and configured everything. however when I commit. appears that the commit was successfully…
-
0
votes2
answers374
viewsgit hub ! [Rejected] - I can’t find the files for github
I’m trying to send my code to the Github, but I can’t. Follow a tutorial, so I’m in the right folder and stuff. I made a git add all, gave commit in everything, the git status appears in the "print"…