Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hooks #34

Open
errkk opened this issue Aug 23, 2013 · 3 comments
Open

Hooks #34

errkk opened this issue Aug 23, 2013 · 3 comments

Comments

@errkk
Copy link

errkk commented Aug 23, 2013

Hey

I keep getting this:

 >  Warning: /Users/me/project/.facio.hooks.yml not found

Is there something else I should add to the template? Or is it a local config thing that it's looking for? It doesn't seem to copy anything over from the template :(

@errkk
Copy link
Author

errkk commented Aug 23, 2013

Been digging round and its something to do with the clone method of facio.vcs.GitVCS not being able to clone into the temp directory.

git = git.bake(_cwd=temp_directory)
git.clone(self.path, '.')
git.fetch('--all')
git.checkout('master')

Using a checkout in a local folder for now, but will try and do a PR if I ever manage to fix it :)

@errkk errkk closed this as completed Aug 23, 2013
@krak3n
Copy link
Owner

krak3n commented Aug 23, 2013

Thanks @errkk 😄

Was this trying to clone a private repo or a local one or was the master branch not pushed?

Gonna reopen it so I don't forget about it, ooo and if you do a PR can you assign it to this issue?

Thanks 👍

@krak3n krak3n reopened this Aug 23, 2013
@errkk
Copy link
Author

errkk commented Aug 27, 2013

Yeh, cool, I pressed close by mistake! 😕

It was trying to clone a private repo, I expect that's what the problem is. I chucked a PDB in there and did a manual checkout into that folder while it wasn't looking, before resuming and it worked fine. So its probs just a permission thing with GH.

I'll try and do a PR 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants