Re: [git-users] repo init not working in GIT BASH

2014-08-14 Thread scmmanage
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.


Re: [git-users] repo init not working in GIT BASH

2014-08-08 Thread Dale R. Worley
 From: scmmanage scmman...@gmail.com

 $ repo init
 sh.exe: /c/Users/vikram.sadasivam.LGE/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/vikram.sadasivam.LGE/bin/repo (which is probably the same as
C:\Users\vikram.sadasivam.LGE\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.


[git-users] repo init not working in GIT BASH

2014-08-07 Thread scmmanage
I have installed GIT GUI and then in GIT BASH tried to install repo. When I 
try to do repo init I am getting errors.   Please let me know if anyone 
used repo commands in git bash if so let me know how to install.
I installed repo and found that python was not there in GIT BASH. Then 
downloaded Python for windows and installed. Set the env path to bashrc.  

$ repo init
sh.exe: /c/Users/vikram.sadasivam.LGE/bin/repo: /usr/bin/env: bad 
interpreter:
Permission denied

Please do ask me if anything I left out.

-- 
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.