|
|
|
@ -9,6 +9,8 @@ module GitHelper
|
|
|
|
|
# 版本库文件内容,带转码
|
|
|
|
|
def git_fle_content(repo_path, path)
|
|
|
|
|
begin
|
|
|
|
|
logger.info("##########repo_path: #{repo_path}")
|
|
|
|
|
logger.info("##########path: #{path}")
|
|
|
|
|
content = GitService.file_content(repo_path: repo_path, path: path)
|
|
|
|
|
|
|
|
|
|
logger.info("@@@@@@@@@@@@@@@@@@#{content}")
|
|
|
|
|