> From: RAMA KRISHNA MEESALA <rk.mees...@gmail.com>
> 
> Hi
>   My Name Is Rama Krishna, I was Trying to create repositary in local
> 
> it's gives an earror
> 
> my Machine win7 64 bit
> 
> i installed git 1.9 version
> 
> i need .git/config file 
> command :: *D:\SETUP\GIT>git config --local user.name 
> <http://user.name/> "Rama"*
> 
>    
> error: could not lock config file .git/config: No such file or directory

Have you created the repository with "git init"?  The message suggests
that the .git directory does not exist.

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