you have to clone your fork, which I guess is
https://github.com/sugizo/web2py
then follow the same steps, at the end, from the github website create a PR.
Mind that your fork (https://github.com/sugizo/web2py) is really out of
date, update it before everything else.

 Paolo

2017-04-12 12:40 GMT+02:00 黄祥 <steve.van.chris...@gmail.com>:

> 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 a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/web2py/ycOvyOBPCMQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> web2py+unsubscr...@googlegroups.com.
> 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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to