Most voted "git" questions
Git is an open-source distributed version control (DVCS) system. Use this tag for Git-related questions, DO NOT USE for programming issues involving a Git repository.
Learn more…924 questions
Sort by count of
-
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"…
-
0
votes1
answer269
viewsI can’t clone a project through Git and Visual Studio 2017
When I try to clone a project inside Visual Studio 2017(Enterprise and Community - tried both), I have this mistake: Git process failed unexpectedly. Clonecommand.Executeclone I think it might be my…
-
0
votes1
answer426
viewsAdd all my modified files per command line to bitbucket
I have a Solution with several projects. I made the appropriate changes and now I need to go up to the git(bitbucket). By Visual Studio 2017 is not going, I think my machine is bugged. So, I want to…
-
0
votes2
answers846
viewsAccess denied when trying to push to Github
I’m having trouble pushing to a repository on Github: remote: Permission to fabiojaniolima/laravel-boot.git denied to user123. fatal: unable to access…
gitasked 6 years, 8 months ago Fábio Jânio 3,407 -
0
votes1
answer115
viewsClone hosting folder for bitbucket
How do I clone a folder that’s on my hostgator hosting for a Bitbucket project and after the changes go up to the hostgator again? It is possible? Note: I have ssh access to the hostgator and can…
-
0
votes0
answers116
viewsInvalid credentials provided
When creating an app on Heroku, I received this message C:\Users\alex.jose.silva\Documents\demo2 (master -> origin) λ heroku create appSpring1 Creating ⬢ appSpring1... ! ! Invalid credentials…
-
0
votes1
answer77
viewsAfter git reset, can you see git log before the reset?
I was in the following situation, I was doing a training and I got to a point that my page was not correctly loading being different from the instructor, everything indicated a problem of CSS so I…
-
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
votes2
answers100
viewsError missing commit in git
I made a mistake typing a command into git: **git commit -m startup* I got that message, but I don’t know what it means. C:\Users\alex.jose.silva\Documents\demo2 (master -> origin) λ git commit…
-
0
votes1
answer5856
viewsHow do I make a private repository public in Gitlab?
How to make a private repository public on Gitlab?
-
0
votes1
answer373
viewsHow does the final git-flow (release) flow work?
Briefly (consider using git-flow): I created a repository, managed my Feature, created a release, finished this release, consulted the log of the develop branch and had as output: commit…
-
0
votes1
answer495
views"<<<<<<< HEAD" in the middle of the code after merging
I went to make merge between the branch develop and master and some conflicts appeared, but I ended up solving it. The problem is that I saw two files in which have <<<<<<< HEAD…
gitasked 6 years, 7 months ago Diego Vieira 1,807 -
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
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
votes1
answer141
viewsFiles not ignored in gitignore VSTS
I’m doing a shared project using VS Team Services, but there are some files I’m not able to ignore on .gitignore. How do I ignore them? file (.suo), folder(obj) and extension(.cache) Follow my .…
-
0
votes1
answer440
viewsWhat should I change in Git for Git Bash to open in my project directory in windows 10?
I made the changes in the field (start at:) but it didn’t work. Any suggestions for this problem?…
-
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
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
answer180
viewsError: "Unable to connect to cache daemon: Permission denied" when not using SUDO
I used that command git config --global credential.helper cache to store the login cache in bitbucket when git pull in production. Everything works perfectly when I use the command sudo git pull,…
-
0
votes1
answer223
viewsUse git in ssh hostgator hosting using a public/private key
I’m trying to access my hosting through the public and private key system but it’s giving error when I create the config file to access it without password I created the key in gitbash through the…
-
0
votes1
answer278
viewsProblems committing to GITHUB (inaccessible folder in git)
Guys, I’m having trouble trying commit on github. As demonstrated by print below, I want commit the briefcase Programming Techniques, but I can’t. I’ve already deleted the repository and the problem…
-
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
votes0
answers101
viewsHow do I delete commits from git and consider the old with new implementations?
Personal I have the following problem, I was developing and comiting slowly the changes, when I arrived at a certain point I had to go back in one of the commits using: git reset --hard <numero…
-
0
votes1
answer159
viewsGIT and Jenkins branch check time
Good afternoon to all. I built an integration between GIT and Jenkins so that builds run with publish parameters on application servers. Then I set the GIT plugin to the project path and on Branch…
-
0
votes1
answer37
viewsGIT client is possible to access shared server or push automatically
Good night to you all; I recently set up a git server with several projects so that developers can work on a single GIT server, however when the git client is used the developer needs to make a…
-
0
votes1
answer418
viewsJenkins integration with local GIT plugin
Good afternoon; I’m needing to integrate the GIT server with Jenkins for deploys to be done automatically, but the settings I find are with reference to Github or Gitlab I need to integrate my local…
-
0
votes0
answers226
viewsHow to clone a direct project from a Branch?
I use Gitlab and Visual Code to do code versioning and I have the following problem: When cloning a project direct from master and then do the git pull origin tv_version my files are giving like…
-
0
votes0
answers58
viewsHow to work with remote ramifications?
I’m having trouble working with a remote branch of git: We have a server on our internal network where the project is. Two programmers will work and it has two branches: master and Devel. We intend…
gitasked 6 years, 3 months ago WebGerente 1 -
0
votes1
answer251
views -
0
votes0
answers836
viewsReceived HTTP code 407 from proxy after CONNECT - GIT
When trying to clone a Bitbucket project, this returns this error. Received HTTP code 407 from proxy after CONNECT The proxy configuration is being done this way : git config --global http.proxy…
-
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
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
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
votes0
answers40
viewsQuestions with Git Hub versioning
Hello, I’m in extreme difficulty I found no answer or relationship in the omniscient oracle. My problem: I’m writing some lines, testing what I did, commit, pull and push, resolve conflicts and…
gitasked 6 years, 1 month ago Everardo Pereira 1 -
0
votes0
answers723
viewsERROR: fatal: Unable to access... Could not resolve proxy
We have here in the company a repository Bitbucket in intranet. I’m trying to make a clone of the project but is giving a strange error in relation to proxy. I already talked to the infrastructure…
-
0
votes1
answer50
viewsWhat Ips and Ports do I need to have cleared to work with Composer and Git?
The company in which I work will implement an enterprise network in which, there are several blocks of Ips and Ports. I need to raise all the Ips and ports I need to use to request the release of…
-
0
votes1
answer725
viewsCommit to wrong branch
I committed to a wrong branch and because of that I can no longer push a specific branch because the files that were modified no longer appear. How can I make a forced modification and upload these…
-
0
votes1
answer483
viewsHow to delete (multiple) branches from a Git repository?
I want to create a repository Fork that has dozens of branches, but I will only use 2 branches. I wanted to know A simple way to delete all branches that I won’t use because I’ve been trying to…
-
0
votes1
answer305
viewsRecover git repository Feature
Create a Feature for my new project, do some commits and then push to the cloud. I deleted my local Feature and ended up deleting Feature from the cloud as well. I wonder if you have how to recover…
-
0
votes1
answer345
viewsProblem generating ssh key in git lab
People I’m trying to generate an ssh key to use in my gitlab but it keeps giving this error I’m using git bash to generate the key using this command : ssh-keygen which may be happening?…
-
0
votes1
answer34
viewsNext element of the loop
I’m trying to implement a commit search algorithm between two tags with the command git log tag1...tag2. For this I used the command git tag that returns me the tags of a repository. With this…
-
0
votes0
answers168
viewsHeroku - Command problem - git push -m master
good afternoon. Then someone can help me with a problem in the GIT and HEROKU process. '-m' is not being recognized when performing the following command. $ git push -m master I performed the…
-
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
votes1
answer3215
viewsShare git local repository with other users
Is there any way to share my git repository that’s on my computer with other users? I don’t want to use Github, I just want to share the repository so the other user can see the code and commits.…
-
0
votes1
answer92
viewsError when recognizing Ubuntu SSH?
Next guys I’m with a serious problem,never happened this problem with me of ssh on linux,from one day to the next ssh key stopped working,I tried to repeat the process to make a new but still…
-
0
votes1
answer1993
viewsWhat is the reason for the error "Unable to auto-Detect email address (got 'email@dominio.(None)')"?
Good morning guys, all right? I’m testing a networked git server. I created the repository on a network server, the settings are ok of one of the development machines, because I was able to use all…
gitasked 5 years, 11 months ago Gabriel Sassaki 80 -
0
votes1
answer2333
viewsPython utf-8 encoding error
Good afternoon to all I am beginner to Python programming, I am creating a program that reads the information of a text and transcribes elsewhere. Apparently the text was working normally on the…
-
0
votes1
answer249
viewsIs there a command that shows how many commit was done on the branch ?
I’ve always had curiosities about these things, there’s some command in git that shows how many files the branch owner has moved up to the repository ?