|
|
@ -511,7 +511,8 @@ class GamesController < ApplicationController
|
|
|
|
GitService.delete_repository(repo_path: @myshixun.repo_path)
|
|
|
|
GitService.delete_repository(repo_path: @myshixun.repo_path)
|
|
|
|
rescue Exception => e
|
|
|
|
rescue Exception => e
|
|
|
|
uid_logger_error("#{e.message}")
|
|
|
|
uid_logger_error("#{e.message}")
|
|
|
|
tip_exception(-3, "#{e.message}")
|
|
|
|
# 终端循环
|
|
|
|
|
|
|
|
tip_exception("#{e.message}")
|
|
|
|
end
|
|
|
|
end
|
|
|
|
# fork一个新的仓库
|
|
|
|
# fork一个新的仓库
|
|
|
|
# project_fork(@myshixun, @shixun.repo_path, current_user.login)
|
|
|
|
# project_fork(@myshixun, @shixun.repo_path, current_user.login)
|
|
|
|