Hard to say without knowing which git repo you clone and how do you clone
it...

Richard

On Thu, Apr 16, 2015 at 8:34 PM, Joe Magaro <[email protected]> wrote:

> Hi, on my web2py install I tried to install some applications via a git
> repo. I have tried several but keep receiving the error below.
>
> Any idea what is causing this?
>
>
> Traceback (most recent call last):
>   File "/home/www-data/web2py/gluon/restricted.py", line 227, in restricted
>     exec ccode in environment
>   File "/home/www-data/web2py/applications/admin/controllers/default.py" 
> <https://www.speckledcartel.com/admin/default/edit/admin/controllers/default.py>,
>  line 1944, in <module>
>   File "/home/www-data/web2py/gluon/globals.py", line 393, in <lambda>
>     self._caller = lambda f: f()
>   File "/home/www-data/web2py/applications/admin/controllers/default.py" 
> <https://www.speckledcartel.com/admin/default/edit/admin/controllers/default.py>,
>  line 256, in site
>     new_repo = git.Repo.clone_from(form_update.vars.url, target)
>   File "/usr/local/lib/python2.7/dist-packages/git/repo/base.py", line 844, 
> in clone_from
>     return cls._clone(Git(os.getcwd()), url, to_path, GitCmdObjectDB, 
> progress, **kwargs)
>   File "/usr/local/lib/python2.7/dist-packages/git/repo/base.py", line 791, 
> in _clone
>     v=True, **add_progress(kwargs, git, progress))
>   File "/usr/local/lib/python2.7/dist-packages/git/cmd.py", line 431, in 
> <lambda>
>     return lambda *args, **kwargs: self._call_process(name, *args, **kwargs)
>   File "/usr/local/lib/python2.7/dist-packages/git/cmd.py", line 802, in 
> _call_process
>     return self.execute(make_call(), **_kwargs)
>   File "/usr/local/lib/python2.7/dist-packages/git/cmd.py", line 556, in 
> execute
>     **subprocess_kwargs
>   File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
>     errread, errwrite)
>   File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
>     raise child_exception
> OSError: [Errno 2] No such file or directory
>
>  --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to