Python一键部署文件
Posted jiaoyang77
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python一键部署文件相关的知识,希望对你有一定的参考价值。
第一步:先从git clone 文件
https://www.cnblogs.com/wanglan/p/10718876.html#autoid-2-0-0
from git import Repo # to_path ="E:\\zsyec" url=‘***.git‘ #git clone clone = Repo.clone_from(url,to_path)
第二步:文件压缩
以上是关于Python一键部署文件的主要内容,如果未能解决你的问题,请参考以下文章