Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/317.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
用于Bitbucket服务器API访问的Python脚本_Python_Django_Git_Bitbucket Server_Stashy - Fatal编程技术网

用于Bitbucket服务器API访问的Python脚本

用于Bitbucket服务器API访问的Python脚本,python,django,git,bitbucket-server,stashy,Python,Django,Git,Bitbucket Server,Stashy,任何人都知道如何访问分支相关的操作拉、推、克隆和备份分支,使用python脚本将Atlassian Bitbucket server 4.14的存储库作为zip或tar文件等安装在本地计算机上我尝试了python的Bitbucket api模块,但它只支持Bitbucket的Cloud REST api…?Atlassian Bitbucket server是以前的Atlassian存储库。是您正在寻找的。Stashy很旧,它不支持新的API。

任何人都知道如何访问分支相关的操作拉、推、克隆和备份分支,使用python脚本将Atlassian Bitbucket server 4.14的存储库作为zip或tar文件等安装在本地计算机上我尝试了python的Bitbucket api模块,但它只支持Bitbucket的Cloud REST api…?

Atlassian Bitbucket server是以前的Atlassian存储库。是您正在寻找的。

Stashy很旧,它不支持新的API。