Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/359.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python web2py git集成-本地主机&;蟒蛇之家_Python_Git_Github_Web2py_Pythonanywhere - Fatal编程技术网

Python web2py git集成-本地主机&;蟒蛇之家

Python web2py git集成-本地主机&;蟒蛇之家,python,git,github,web2py,pythonanywhere,Python,Git,Github,Web2py,Pythonanywhere,我完全不知道如何将Github集成到web2py中。我已经在usb上安装了web2py,也安装了 web2py概述文档第3章说: Git集成 管理应用程序还包括git集成。Python git库是必需的,例如 pip安装gitpython 这对我来说毫无意义!!?我刚刚开始编程,并试图确保一切都设置正确 任何帮助都将不胜感激 非常感谢pip安装gitpython是一个在命令行中键入的命令。这将是Pythonywhere上的“Bash控制台”,Mac或Linux上的“终端”,或Windows上的“

我完全不知道如何将Github集成到web2py中。我已经在usb上安装了web2py,也安装了

web2py概述文档第3章说:

Git集成

管理应用程序还包括git集成。Python git库是必需的,例如


pip安装gitpython

这对我来说毫无意义!!?我刚刚开始编程,并试图确保一切都设置正确

任何帮助都将不胜感激


非常感谢

pip安装gitpython
是一个在命令行中键入的命令。这将是Pythonywhere上的“Bash控制台”,Mac或Linux上的“终端”,或Windows上的“命令提示符”。它告诉系统安装名为“gitpython”的Python包


然而,为了使其工作,您需要安装pip(除了在Pythonywhere上,它已经安装了)。有。

安装gitpython模块后会怎么样?您在哪里配置它连接到的git存储库,在哪里输入GitHub的用户名/密码?