Hi Dale,
Sorry for the late reply. I have installed repo and python. And and set the 
python path and repo path in GIT BASH.  Now the issues is we have gerrit 
setup.  From GIT BASH i am able to do repo init but not able to repo 
upload.  when i do repo uplodad it's asking for user ID and passowrd. 
 Gerrit access also provided. gitconfig is also perfect. 
 fatal: Authentication failed for http: 


On Friday, August 8, 2014 8:49:47 PM UTC+5:30, Dale Worley wrote:
>
> > From: scmmanage <scmm...@gmail.com <javascript:>> 
>
> > $ repo init 
> > sh.exe": /c/Users/username/bin/repo: /usr/bin/env: bad 
> > interpreter: 
> > Permission denied 
> > 
> > Please do ask me if anything I left out. 
>
> It has something to do with an executable file that is organized as an 
> "interpreter script" (an intro at 
> http://en.wikipedia.org/wiki/Pound_bang) which specifies 
> "/usr/bin/env" as the interpreter.  /usr/bin/env (on your system) is 
> either not present, or you are for some reason not allowed to execute 
> it as a program. 
>
> If I read the message correctly, 
> /c/Users/userid/bin/repo (which is probably the same as 
> C:\Users\userid\bin\repo) is the "executable file" in 
> question. 
>
> My guess is that /usr/bin/env on your system does not designate an 
> installed file.  I don't know what you need to do to obtain that file. 
>
> Do you know that repo can be installed and run on Windows? 
>
> Dale 
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to