码迷,mamicode.com
首页 > 编程语言 > 详细

Python一键部署文件

时间:2019-05-14 19:20:32      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:logs   git   ***   clone   imp   port   pat   href   span   

第一步:先从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一键部署文件

标签:logs   git   ***   clone   imp   port   pat   href   span   

原文地址:https://www.cnblogs.com/jiaoyang77/p/10863857.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!