0
votes
0answers
29 views

git log under cygwin does not show merge commits

I installed git in Cygwin and after doing some normal stuff and do git log I realized git under Cygwin was not showing me the merge commits I had done. Here is what I did: I worked on the master ...
0
votes
1answer
60 views

How to get git log with color and paging on cygwin?

I'd like to have colored git logs with paging on cygwin. I managed to get colored logs with git log --color=always If I do git log --color=always | less I get paging, but the color commands are ...
1
vote
0answers
50 views

Git installed through gitosys doesn't (probably) honor HOME environment variable when run from Cygwin

I'm trying to use git from Cygwin, but here's what I see: $ git clone ssh://git-repo/some/repository Cloning into 'repository'... ssh: git-repo-actual-host-name.com: no address associated with name ...
0
votes
0answers
57 views

Git under Cygwin prompts for ssh-askpass

ssh-askpass is normally an alias for the GUI-style program that prompts you for password, it normally comes with X or display manger... Cygwin provides no such thing / I don't want to install X for ...
0
votes
1answer
110 views

Line endings with cygwin and Github for Windows

I'm want to be able to work on my git projects using both the Github for Windows application as well as git in the command line using Cygwin (on Windows). But I keep on getting problems with the ...
3
votes
3answers
328 views

Running Git through Cygwin from Windows

I have started using Cygwin recently for other purposes and already have Git installed on my PC. I understand I can run the executable and install Git into Cygwin, but since I already have it ...
1
vote
1answer
67 views

Where is vimrc or vim profile for github's mingw32 shell on a Windows machine?

Cygwin has a home directory where I can store a .vimrc file to set up syntax highlighting. I know on linux machines this file is usually in a home directory and that it can be stored globally ...
6
votes
1answer
150 views

git/cygwin silent failure

I've got a personal/private repository on bitbucket that I'm trying to clone. When I clone from an Ubuntu box, I am able to clone the repository: $ git clone ...
1
vote
1answer
196 views

KDiff3 under cygwin git will not invoke

In keeping with a number of solutions posted on the internet I have installed KDiff3 and modified .gitconfig as below to make use of it. Nonetheless, when I run git diff HEAD^ HEAD within a repository ...
2
votes
1answer
70 views

cannot create tag

I have a build machine with CruiseControl.Net running Windows 2008R2. Sources are in git repository. CruiseControl uses cygwin to access git repository. Everything works well except tagging. I want to ...
2
votes
2answers
123 views

Groovy bootstrap error using GIT BASH on Windows 7

I am calling a git hook to pre-commit. This triggers a call to a groovy script and does so in a manner that allows for remote debugging of the hook execution. Like so: #!/usr/bin/env groovy groovy ...
0
votes
0answers
21 views

Cygwin - Git/SSH 'No such file or directory' [duplicate]

I am facing an issue with my git under cygwin since few days. I user cygwin, on both side and use gitolite as the git server. It's a fresh install of cygwin, on both side (my machine and the server). ...
0
votes
1answer
93 views

windows git clone from linux

I have installed Cygwin Terminal on my windows. And I try to clone the git repository we have on a linux server with command : $ git clone ssh://some.server.com/somename Cloning into 'somename'... ...
0
votes
1answer
290 views

How do I get the Maven Release Plugin to work with Git over SSH?

I'm trying to use the Maven Release plugin with git over ssh. I run the command mvn release:prepare and get the following error: [INFO] Working directory: C:\projects\sample [INFO] Executing: cmd.exe ...
2
votes
2answers
241 views

Bitbucket :Git on Cygwin - Cannot push to remote repository

Updatedx3 (See below) So I was successfully using my Git Bitbucket repo for months up until 11/29/12. I did not try and make another commit until the other day (01/24/13) to no avail. I reinstalled my ...
0
votes
1answer
50 views

Cygwin git shows already committed changes

I'm using git wit cygwin and I'm also using git via NetBeans. The problem I am having is when I commit changed files with NetBeans, when I run git status in cygwin, git still shows me the already ...
0
votes
1answer
146 views

Windows + Cygwin + Single Line If Else + Puppet

So I have a single line bash command that checks if a directory exists. If it does, it git pulls, if it doesn't, it clones the repository. I am running a Cygwin on my Windows box and when I run this ...
0
votes
1answer
99 views

Execute git command from bash script interactively

I have a bash script that I'm executing from cygwin terminal. Part of the script executes git clone on each repository listed in a file: git clone ssh://me@example.net:29418/$1 Sometimes the git ...
1
vote
1answer
1k views

Cygwin or Git Bash command window?

I'm new to Git. I downloaded Git and installed on my Windows. I saw Git provides a Git Bash command window. I also have Cygwin installed on my machine. Both Git Bash and Cygwin provide Git command ...
3
votes
2answers
834 views

How to get Git 1.8 in Cygwin? [closed]

According to http://cygwin.com/packages/git/ the latest available Cygwin package is 1.7.9-1. I would like to update git to at least 1.8.0. Can I do this?
0
votes
1answer
116 views

Cygwin git not picking up aliases

I'm using Cygwin and the git (v1.7.9) that came with it by default (/usr/bin/git). I also have msysgit (v1.7.11.msysgit.0) installed. In my .bashrc, I do export GIT_CONFIG=path_to_.gitconfig and ...
0
votes
0answers
82 views

Checkout Chrome source code using Cygwin SVN

Yes, I went through the documentation thoroughly, before posting this to SO. Writing concisely, my question is how to checkout Chrome source code using Cygwin to obtain no error during Build? ...
1
vote
1answer
147 views

Why can't I push to GitHub using cygwin?

I am trying to run the following command: git push github master When I run this command in a mintty terminal the command prompt just hangs until i kill the process tree. There is no console output ...
1
vote
1answer
148 views

why git svn clone failed when using cygwin?

git svn clone https://192.168.11.115/svn/xx/test/ Initialized empty Git repository in /cygdrive/d/xx/test/.git/ Can't load ...
0
votes
1answer
99 views

git tfs clone in Cygwin does nothing

I have installed GitTfs 0.15.0 and am trying to clone under Cygwin. I've done the following: Extracted into a directory, GitTfs-0.15.0 chmod +x for every file in GitTfs-0.15.0 Added GitTfs-0.15.0 ...
1
vote
1answer
67 views

updated packages in cygwin by running setup.exe but it stored in temo file

I tried to update the cygwin , so ran the setup.exe and select the cygwin directory in my system. All those package stored in C:\cygwin\http%3a%2f%2fmirrors.163.com%2fcygwin%2f\release Some ...
0
votes
0answers
87 views

Getting Editor:Error while repo upload in git , working on cygwin editor

I am getting an error while trying to repo upload Command ran as follows - git add <merged Files> git commit -a -m "" repo sync **repo upload** - here I got the error Downloaded git from ...
0
votes
1answer
136 views

Unable to symlink to the .git directory

This is probably something silly, but searching around I haven't been able to find the answer. I'm trying to setup pre-commit hooks for my git project in a way that the scripts can be versioned along ...
0
votes
1answer
74 views

preventing deletion of tmp files by Git

I would like to use IntelliJ as a diff tool at Cygwin. But before IDEA is showing up the diff screen, the tmp file which is created under /tmp is being deleted. My question is how can I prevent ...
0
votes
1answer
193 views

Intellij Diff and Merge tool on Cygwin

How can I configure git to use cygwin for diff and merge tool. I can successfully call diff on command line at windows command prompt but not for cygwin.
4
votes
2answers
256 views

How do I prevent git on Cygwin to set core.filemode=true

I am using git from a Cygwin installation on my Windows PC. Although cygwin supports the Unix permission bits on an NTFS file system, native Windows programs like my Eclipse don't know about them so ...
1
vote
1answer
105 views

git cloned files in windows are not visible in explorer. neither are the folders created in cygwin

I'm not able to view files in explorer that are cloned using git.. see the following image for more detail.. also this is driving me crazy..
1
vote
1answer
201 views

What does git-config(1) mean when it says “colors are used only when the output is to a terminal”?

I'm outputting to a terminal, but Git is not correctly detecting that I'm outputting to a terminal, for the purposes of coloring the output. My question is, what does git-config(1) really mean when it ...
6
votes
1answer
2k views

Cygwin git fork() error on pull

The basic problem is that sometimes when I do git pull upstream master I get remote: Counting objects: 172, done. remote: Compressing objects: 100% (57/57), done. remote: Total 119 (delta 45), ...
0
votes
2answers
188 views

Avoid the popup asking for username when doing git push

I have Cygwin, msysgit and TortoiseGit installed on my Windows machine. I am writing a script for Cygwin that does a git push to a remote machine via ssh: git push ssh://host/path/to/git ...
5
votes
1answer
1k views

Cygwin: color coding and branch info for git?

Seem to be having a problem because I just recently changed my client for the gitbash to cygwin but i am missing color coding when i do git status for example and also the bash prompt doesn't include ...
4
votes
1answer
1k views

How to fix “address space is already occupied” error on fetch/commit?

Started recently, basically every time I try to fetch or commit it gives me this weird error. It'll continuously try to "refetch/recommit" until I give up and CtrlC. ...
0
votes
0answers
239 views

Windows git/ssh/cygwin: git: '/oneplant.git' is not a git command

So I've been working at getting a Windows 2008 EC2 instance up and running, along with git as a remote repository to push my project to the server live. Here are the steps I've followed: Create ...
1
vote
1answer
131 views

git svn complaining about Path is not locked

Good day, I am using git-svn (from cygwin) and I've done several git commits on my local. I've already done git svn rebase and it checked out the latest changes in SVN and it successfully merged with ...
4
votes
1answer
968 views

Truly Portable Git

I'm trying to create a fully portable version of git on a USB drive with it's own SSH keys and I want it to work regardless of the drive letter windows gives it. I've installed portable git and most ...
1
vote
1answer
163 views

Cygwin git rebase fail?

If I run git rebase -i HEAD~10 The editor comes up with just git://github.com/jquery/jquery.git Instead of the commits. What am I doing wrong here?
6
votes
3answers
7k views

How to install/setup TortoiseGit to work with GitHub

I have just installed Git For Windows, and created my SSH key using SSH through Cygwin. It seems to be working from command-line and the Git For Windows GUI, but now I want to use TortoiseGit. ...
2
votes
2answers
828 views

using Notepad++ for git inside cygwin

This is an extension of this question How do I use Notepad++ (or other) with msysgit? i have done all combinations that i can think of for my shell script. when i have my cygwin console (im using ...
4
votes
1answer
260 views

Cygwin and Git: getting “fatal: error in line 1:”

I'm using the latest version of Git available for the latest version of Cygwin. About half the time when pulling from some remote, I get the following error: fatal: Error in line 1: A full ...
1
vote
2answers
1k views

Git Bash broken after installing cygwin [closed]

after installing Cygwin on my Windows machine, the Git Bash is broken. Every time I try to execute a command the following error occurs: sh.exe": tput: command not found Even reinstalling Git ...
0
votes
1answer
332 views

Gitolite hook doesn't work

I've set a GIT server on Windows with Cygwin and gitolite as it's described in the article. On a client Windows machine I use TortoiseGit. Right after the setup everything works ok. I can clone ...
24
votes
2answers
8k views

Cannot launch git gui using cygwin on windows

I used to launch git gui within my cygwin console without any problems but since I updated cygwin I've got the following error message: $ git gui Application initialization failed: no display name ...
1
vote
1answer
733 views

cygwin git push hangs, msysgit ok

I'm behind a proxy, and I'm quite new to git and I'm on windows xp. I've been able to make a "git push origin master" work from msysgit but can't make it work in cygwin with cygwin's git. I ...
2
votes
2answers
669 views

Git push/pull paths not working to windows origin running msysgit + cygwin sshd

In trying to resolve the issue I was having for: managing website on windows using git, I installed Cygwin openssh and Git for Windows (msysgit) on a Windows 2008 server (let's call this myserver). I ...
11
votes
6answers
5k views

Cygwin gitk issue

I have recently installed all of the X11 packages in the cygwin setup and now have is massive annoying error with not being able to see gitk. Everything was working perfectly well until I installed ...

1 2 3