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
-
0
votes3
answers1114
viewshow to commit a cloned repository?
Yesterday I created a repository on github and gave some commits, today on another machine I already cloned a repository and I’m trying to commit changes but I can’t. process... I’ve done so far $…
-
0
votes1
answer2326
viewsConflict Resolution in Git
Good afternoon I work with the Git version manager, and in turn when merging I come across complicated conflicts to resolve. Is there a tool that can somehow better deal with these conflicts? The…
-
0
votes2
answers173
viewsPointing directories in git
I’m now starting to use the git service, more precisely Github, but I have some questions: My Javascript projects are all in a directory on my Desktop, but all the git tutorials I’ve read say to…
-
0
votes1
answer1579
viewsImport github project into STS (Spring)
I’m having a hard time importing a spring project from github, and I can successfully import the project when it’s eclipse Oxygen from the java perspective (Desktop). Procedure used for importing :…
-
0
votes0
answers87
viewsError When Cloning Github Repository
I’m trying to initialize the existing repository that I have Github but when I clone it, it’s all right. **Cloning into 'ecommerce'... remote: Counting objects: 1802, done. remote: Compressing…
githubasked 6 years, 5 months ago Kleyton João 11 -
0
votes1
answer29
viewsIs it possible to synchronize code repositories instanttaneously?
For example: change my code on github and my import into gitlab from that code, be updated according to my changes on github. As if it were a backup code, which updates instantaneously. (In the case…
-
0
votes1
answer1105
viewsRun an angular project 6 from github
I uploaded a pro github project,I believe that because it is too big the file has been "cut" some files, consequently when I download again (using git clone) the code does not run on the server.…
-
0
votes1
answer58
viewsReplicate changes from one repository to another
I have 3 repositories that use the same component. I would like when making changes to this component, to be able to replicate to the other. It is possible?
-
0
votes1
answer572
viewsSSL certificate
Good morning everyone, I’m trying to clone a project from github to my machine, but this always appears the following error: fatal: Unable to access…
-
0
votes1
answer4344
viewsGit "Please Tell me who you are"
Recently I created a project on my PC and I’m trying to commit pro github, but always appears this message. *** Please tell me who you are. Run git config --global user.email "[email protected]" git…
-
0
votes1
answer131
viewsWorking with two different "remotes" with git
Would you like to know how I delete sensitive data (passwords and so on) from a remote repository commit, but keep it in another one? I explain: I have a repository on Github and another on Heroku,…
-
0
votes2
answers440
viewsI don’t appear as a collaborator on a project I’m part of in Git
I’m doing a job for a discipline with my colleagues. I can pull and commit, however, I don’t show up as a contributor to the project, not showing my chart.My colleagues can only see that I did…
-
0
votes1
answer540
views -
0
votes1
answer295
viewsIssue does not close after commit with Issue referenced "Issue #1 Fixed"
I’m doing some Git Flow testing and tried to close an issue #1 through commit within a Hotfix branch, see the repository: https://github.com/chinnonsantos/git-flow/issues/1 Note that in the two…
-
0
votes0
answers38
viewsRestclient.post Angular 7
I’m trying to create a post like this, more in angular 7: get '/callback' do # get temporary GitHub code... session_code = request.env['rack.request.query_hash']['code'] # ... and POST it back to…
-
0
votes1
answer307
viewsGithub 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. Does anyone know what…
githubasked 5 years, 11 months ago Richard Carlos 91 -
0
votes1
answer140
viewsQuestions git & github
I started using git recently for versioning and, like any self-respecting newbie, I’m still hooked on some features. Every time I commit a project and take it to the Github repository, the previous…
-
0
votes1
answer57
views -
0
votes1
answer65
viewsHow to compare my edits to the Github repository on Intellij
In the PHP Storm I have a window version control where appear the modifications I made, selecting, I have an option show diff, so I can review all the changes between what’s in the repository and…
-
0
votes0
answers25
viewsRepository not found git mac terminal
On the Mac after you first use the github user and password data in the terminal, that data is preconfigured for future use. If I try to clone or push with another user it is a mistake. It usually…
-
0
votes1
answer109
viewsI cannot create a remote repository and I cannot pass the files from the local p/ remote
I already tried through cmd prompt as well. It didn’t work. I went to the folder with the cd command/file path. did git init, git add, git commit and git remote add origin url. It didn’t work when I…
-
0
votes1
answer408
viewsHow to Design Spring Boot?
I am doing a Spring Boot course but I believe I am versioning incorrectly, because I can not run the application after giving a git clone. I’m used to the versioning of Angular and Node, as it is…
-
0
votes2
answers100
viewsI can’t edit cloned git files on the PC
I have to do a job and put it in git with a friend, he already gave permission for my account to be a contributor. I cloned the project on my PC so I could program my share and send it to github…
-
0
votes0
answers54
viewsWorking with branchs in git
I have a problem understanding GIT, whether the "master" branch is used for production and the "Development" branch for staging. When I create a branch to work on a new Feature, create the "master"…
-
0
votes1
answer238
viewsLogin to Github via SSH
Good morning! When I just go to the server via SSH and run the command sss -t [email protected], it returns a message showing which user is logged in to that site. My question is how I log in with…
-
0
votes1
answer40
viewsProblems with git synchronization
My friend made a Fork in my code and to update the data both in his repository and in mine, we have to create two remote one for each repository and use push/pull in both. How to make it just a…
-
0
votes1
answer300
viewsProblems committing version on Github
I was doing maintenance on a work application, but at the time a version went up gave the following error: fatal: Not a git repository (or any of the parent directories): .git because the directory…
-
0
votes1
answer57
viewsGithub - Uploading Files
error: failed to push some refs to 'https://github.com/patricchubaca/Calculadora-em-JavaScrip.git' I’m learning how to upload files and at the time of "git push -u origin master" it gives this…
githubasked 5 years, 4 months ago Patric Enderson 1 -
0
votes2
answers1348
viewserror while doing git push
I’m trying to upgrade a project to github but always q dou git push this error: error: src refspec master does not match any error: failed to push some refs to…
-
0
votes1
answer8960
viewsGIT PUSH --SET-UPSTREAM ORIGIN MASTER ERROR
I’m trying to make a git push, but this error always arises: $ git push fatal: The current branch master has no upstream branch. To push the current branch and set the remote as upstream, use git…
-
0
votes1
answer62
viewsdeletes a folder locally but can’t save the change remotely on github "Everything up-to-date"
deletes the folder, I used git add and commit, it detected the changes in the commit but still when I push the master it says it’s "Everything up-to-date" what I’m doing wrong ?…
-
0
votes1
answer527
viewsHow do I download a file from a private Github repository?
Hi! All right? I’m developing a Javascript project and wanted to create a small image bank for it on Github. But I wanted to keep it private, only I don’t know how I can get the URL of an image when…
-
0
votes1
answer70
viewsWhy is it that when I do "commit," my project is full of errors?
I recently started working with Github to commit my projects but every now and then I notice something very annoying: my project gets FULL of errors, what I see most is:…
-
0
votes0
answers47
viewsIs this type of merge correct?
I’m doing the following method to administer my branchs, but I don’t know if it’s the right one: I create a branch with git branch -b newbranch and fix the changes. So when I do an update I simply…
-
0
votes3
answers919
viewsGIT: I can’t send my files to Github
I’m not making it send my files to Github. I am following the following steps: use the git init git add . git commit -m 'primeiro teste' git config --global user.name nome git config --global…
-
0
votes1
answer190
viewsGit Commits are not updating
I created a repository on Github and so far everything perfect, at first I gave a commit just for testing. git add -A git commit -a -m "Original" And so far perfect. So I made several changes to the…
-
0
votes1
answer304
viewsHow can I undo these 3 commits?
$ git status Refresh index: 100% (16/16), done. On branch master Your branch is Ahead of 'origin/master' by 3 commits. (use "git push" to Publish your local commits) Changes not staged for commit:…
-
0
votes1
answer279
viewsRepository on Github
My doubt may be quite simple for some. I have a local folder called "projectX" containing 02 subfolders, being (back-end and front-end), I already have a repository in Github called projectX. Is it…
githubasked 4 years, 8 months ago Sena Oliveira 364 -
0
votes0
answers32
viewsGithub/Git comVS Code
Good afternoon, My Lords, I’m working with Visualstudio Code,I need to send some files to github, but every time I start the commit I get an error message, not allowing to continue, (follows below),…
-
0
votes1
answer26
viewsGITHUB doubt subdividing the repositories
There is how I create a folder, and in this folder I put the projects separated by programming language? For example, my PHP projects I create PHP repository, and there it will be... institutional…
-
0
votes0
answers20
viewsI can’t track directory to put in GIT
Juli-yumes-Macbook-Pro:~ juliyume$ cd Documents Juli-yumes-Macbook-Pro:Ocuments juliyume$ ls 44261182807-IRPF-2018-2017-origi-imagem-declaracao 2.pdf Whatsapp Image 2019-01-17 at 15.29.04 (1). jpeg…
-
0
votes1
answer815
viewsHow to find the git address of an already created repository?
I started working now and the company uses git to update its system, but I’m alone in the IT department as I get the address of that repository I’ve tried to get the msm address I use for git clone…
-
0
votes1
answer46
viewsI accidentally modified the Git branch of my project in android studio
Guys, I was working on my project when I accidentally clicked on something, and apparently I "lost" the newer versions. I appeared this message on my android console studio: Warning: you are leaving…
-
0
votes1
answer457
viewsGit error: "remote: Repository not found. "
Every time I try to execute the command git push -u origin master, Git generates a repository error not found. I followed exactly the step by step that is written on Github. Below is everything I…
-
0
votes1
answer31
viewsHow can I create an image on Docker but instead use copy for the files use git clone
I have a repository on github with my project and I need to create an image to run this project but I’m not getting FROM python:3.6.7 MAINTAINER RENAN SACCA CMD…
-
0
votes1
answer71
viewsGit Pull Request
I have a branch where I had to do several commits to test CI/CD, and this branch has an open PR. However these commits were test commits and I don’t need their history. In most cases I commented…
-
0
votes3
answers1138
viewsWhat do I put in the gitignore?
I’m learning to play git and GitHub these weeks. I came across a certain doubt: I figured we could put a file .gitignore in our project for it to "ignore" certain files, so it is really necessary to…
-
0
votes2
answers70
viewsWhich files should be ignored by Git in a Mongodb database?
I am creating an application with Mongodb and after initializing the repository, I entered the command git add * in the root directory of my project. When I went to upload the repository to Github,…
-
0
votes2
answers176
viewsHow to create a Docker image using a github project but to download it into the Docker with the clone using ssh key
FROM python:3.6.7 LABEL maintainer="RENAN SACCA" EXPOSE 8000 RUN git clone [email protected]:Renan-Sacca/projeto-contabilidade.git WORKDIR teste-docker RUN pip3 install -r requirements.txt CMD…
-
0
votes1
answer137
viewsClone commit from a project on Github
Hello, everybody. So, I’m taking an angular course that has a project hosted on Github. But I don’t want to clone the project ready. I’d like to clone/download the commit with the initial project…