tried to pull request on git, result not expected, here is the step i took :
*# fork web2py*
cd ~/Git/
git clone --recursive https://github.com/web2py/web2py.git
cd web2py/
git submodule update --init --recursive

*# Create the branch on your local machine*
git checkout -b fix_memcache_appadmin

*# Change working branch*
git checkout fix_memcache_appadmin

*# add the code in gluon/contrib/memcache/__init__.py*
class MemcacheClientObj(Client):
    def initialize(self):
        pass

*# commit in branch*
git push origin fix_memcache_appadmin

*# result git push origin*
Username for 'https://github.com': sugizo
Password for 'https://sug...@github.com': 
remote: Permission to web2py/web2py.git denied to sugizo.
fatal: unable to access 'https://github.com/web2py/web2py.git/': The 
requested URL returned error: 403

i can login and access https://github.com/sugizo/web2py
i never use git before, any hints?

thanks and best regards,
stifan

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to