Ruby on Rails Thursday, June 30, 2011

try
git commit -m "Initial."

On Thu, Jun 30, 2011 at 1:38 PM, frandansan@gmail.com
<frandansan@gmail.com> wrote:
> That did it.  Thanks.
>
> New problem...
>
> C:\Sites\ridemo>git init
> Initialized empty Git repository in C:/Sites/ridemo/.git/
>
> C:\Sites\ridemo>git add .
>
> C:\Sites\ridemo>git commit "Initial."
> error: pathspec 'Initial.' did not match any file(s) known to git.
>
>
>
>
> On Jun 30, 10:31 am, Tim Shaffer <timshaf...@me.com> wrote:
>> You probably need to designate that directory as a git repository first.
>>
>> git init
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment