> > stderr: fatal: '/home/username/myproject/.git' does not appear to be a > git repository > fatal: Could not read from remote repository. >
Have you tried if the actual git command succeeds? git clone file:///home/username/myproject/.git I suspect that it should be: git clone file:///home/username/myproject Cheers, Paul -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/bf0cb215-dc92-4015-bcdd-581c07528812%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
