tortoisegit Questions

2

I have used several version control systems over my career - ClearCase, PVCS, SCCS, Perforce, CVS, SourceSafe - but never used a distributed system before. For the first time, I am using a distri...
Unpolled asked 10/3, 2016 at 5:7

5

I have many different repos residing in the same directory (about 20). I would like to stay up-to-date with the rest of my team and perform a "git pull" for all of the repos at every morning. Is ...
Foliated asked 11/9, 2013 at 0:33

12

Solved

When I try to commit changes to local repo, I have got following message: fatal: unable to write new_index file
Hedgehop asked 15/9, 2010 at 5:59

37

Solved

I am getting this error for pull: Your configuration specifies to merge with the ref 'refs/heads/feature/Sprint4/ABC-123-Branch' from the remote, but no such ref was fetched. This error is n...
Quinlan asked 2/5, 2016 at 14:3

3

This is an easy question, but git is really confusing with it's labels, and I couldn't find an answer. When I have local changes and I want to merge the latest remote repository into my local repo...
Kinesiology asked 20/9, 2018 at 18:59

4

I just got an error after a recent commit using Tortoise Git: "Could not get all refs. libgit2 returned: corrupted loose reference file" which pops up when I go to check the Log. Any ideas o...
Quar asked 25/6, 2013 at 18:20

9

I've went through the excellent guide provided by Tim Davis which is about configuring Git to work with SSH under Windows in order to produce a Git Server in order to have a main place for my DVCS....
Baumgardner asked 23/3, 2010 at 11:10

18

Solved

I've run into this serious error while committing, and created a bug report. I keep getting this error on TortoiseGit operations: git did not exit cleanly (exit code 128) I've reinstalled the...
Yu asked 8/3, 2012 at 12:1

6

Solved

I'm looking for a way to see, though egit, to the whole history of my current git repo. From what it looks like, egit's "Show in History" will only show commits up to the current commit. With this ...
Archaean asked 13/4, 2011 at 22:4

3

Solved

I work on virtual machine with restricted rights. I can install any program that do not require admin rights during the installation process. But installing TortoiseGit requires the rights because ...
Proust asked 25/6, 2013 at 5:24

5

I received a new laptop a month ago, configured Git and TortoiseGit, and things were working fine. Until I had to reboot the laptop. I put it to sleep, but some Windows updates required a restart. ...
Ceil asked 24/11, 2017 at 16:25

11

Solved

I am running Gitblit on a Windows Server and am trying to push data to a repository from another machine on the network. I have used a SSL certificate (not self signed, but I think signed by my com...
Inamorato asked 16/10, 2013 at 20:46

10

Solved

I'm setting up a git environment on Windows XP (msysGit 1.7.11, TortoiseGit 1.7.14) and trying to achieve following points : ssh connection on a port different than default 22 ssh authentificati...
Tycoon asked 22/11, 2012 at 15:45

19

I have made a small change in some code but TortoiseGit shows it as modified (red exclamation sign) although I have committed, pulled, pushed, but it stays. What should I do here? I have not seen t...
Tiffie asked 15/11, 2011 at 14:32

2

Solved

I've slowly learned that most git clients, beyond the classic command-line tool, don't allow the checkout of pull-requests from forked repos for local review before merging. Nonetheless its diffic...
Alroy asked 17/10, 2016 at 0:29

35

I am using TortoiseGit on Windows. When I am trying to Clone from the context menu of the standard Windows Explorer, I get this error: Please make sure you have the correct access rights and the...
Lapful asked 19/9, 2014 at 6:45

3

Solved

After upgrading to latest tortoise git I get error below. When I commit from the command line, this works without error. I executed the global command but error persist.
Sedimentology asked 29/3, 2023 at 14:6

1

Solved

It seems like tortoisegit added some information in the title bar of windows explorer. It shows how far behind/ahead of the tracked repository we are. How do I get rid of it?
Washday asked 6/4, 2023 at 13:28

23

I got this message when i tried to create repository by using Git clone. git did not exit cleanly (exit code 1) How to fix this?
Troudeloup asked 4/3, 2014 at 7:50

6

Solved

Over a long period of time I am using tortoise git, today I am not able to use the tortoise git and getting the below error. git.exe pull --progress -v --no-rebase "origin" remote:...

17

Solved

I started a github project a few weeks ago. I was able to push changes without any problems (I'm using TortoiseGIT). Suddenly today when I tried to push my changes, I got "PuTTY Fatal Error" "Disc...
Hardman asked 17/4, 2010 at 8:35

2

Solved

When entering a git-directory through the commandline in Windows I want a commandline which shows me the Tortoisegit's show log GUI. So I want to avoid the open explorer->go to folder-click right...
Dnieper asked 1/12, 2015 at 9:16

8

Solved

I am trying to sync remote repo with local repo but getting following errors. Some files (which have not extention) are not getting sync with local repo on WINDOWS machine, but I could sync success...
Crispas asked 29/9, 2014 at 10:19

3

I am working with tortoisegit and have a local repository where i have configured a remote repository for fetching and pushing the code. Now i add a new branch to the remote repository. Then, from...
Subroutine asked 6/10, 2014 at 7:57

17

Solved

I have been using TortoiseGit for almost a full year now. It has been working very well for me until yesterday, when I encountered a problem. I was deleting a folder when Windows Explorer sort of c...
Kulda asked 6/8, 2014 at 9:3

© 2022 - 2025 — McMap. All rights reserved.