git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rainer Lauer" <lauerr@gmx.net>
To: "'Jonathan Nieder'" <jrnieder@gmail.com>
Cc: <git@vger.kernel.org>, <msysgit@googlegroups.com>
Subject: AW: Challenge with Git-Bash
Date: Sun, 18 Jul 2010 20:08:44 +0200	[thread overview]
Message-ID: <008a01cb26a4$4313e360$c93baa20$@gmx.net> (raw)
In-Reply-To: <20100717171303.GB10730@burratino>

Hi Jonathan,
thanks for this hint. Now it is working on the base of environment variables.

In order of automatically setting up my projects I'd like to use the configuration file for preparing  CVS-work instead introducing environment variables.
Unfortunately, I'm facing another problem.
Following commands don't modify .git/config coming along with my project(s).
git config user.name="Rainer Lauer"
git config user.email="Rainer.Lauer@gmx.net"
git config core.editor="c:/Program Files/SlickEditV14.0.2/win/vs.exe"
The file seems to stay in initial revision as created with the command git init.

Where is following information stored? Command:  git config --global user.name="Rainer Lauer". Did I get the documentation right that this is a definition for all projects?

Regards,
Rainer

-----Ursprüngliche Nachricht-----
Von: Jonathan Nieder [mailto:jrnieder@gmail.com] 
Gesendet: Samstag, 17. Juli 2010 19:13
An: Rainer Lauer
Cc: git@vger.kernel.org; msysgit@googlegroups.com
Betreff: Re: Challenge with Git-Bash

(+cc: msysgit)

Hi Rainer,

Rainer Lauer wrote:

> with my Windows 7 Git-Installation I get following challenge:
>
> 1)	Set GIT_EDITOR to editor of your choice
>
> 2)	With Windows7 let this editor run in admin-mode
> 	Goto .exe-file -> right mouse-click -> compatibility -> run program
>	as admin (I'm running a German version maybe English names are slightly
>	different)
>
> 3)	Make a git action like git add file
>	                       git commit
> 	from the git bash.
>
> 4)	Now following message appears:  sh.exe: ./"editor of your choice":
> Bad file number
>
> Everything is fine without Admin-Mode set for editor.

Apparently “Bad file number” can mean “Permission denied” among other things on Windows.  I do not have any better suggestion than to try running git bash as administrator too, sorry.

Regards,
Jonathan

  reply	other threads:[~2010-07-18 18:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-17 16:20 Challenge with Git-Bash Rainer Lauer
2010-07-17 16:36 ` Ævar Arnfjörð Bjarmason
     [not found]   ` <007d01cb2687$62100a90$26301fb0$@gmx.net>
2010-07-18 14:55     ` Ævar Arnfjörð Bjarmason
2010-07-18 17:02       ` AW: " Rainer Lauer
2010-07-17 17:13 ` Jonathan Nieder
2010-07-18 18:08   ` Rainer Lauer [this message]
2010-07-18 18:11     ` Ævar Arnfjörð Bjarmason
2010-07-18 18:16     ` Files used by git config (Re: Challenge with Git-Bash) Jonathan Nieder
2010-07-19 18:09     ` AW: Challenge with Git-Bash Eric Raible

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='008a01cb26a4$4313e360$c93baa20$@gmx.net' \
    --to=lauerr@gmx.net \
    --cc=git@vger.kernel.org \
    --cc=jrnieder@gmail.com \
    --cc=msysgit@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).