This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request '修改界面下载也对真实的git clone次数加1' (
#1039
) from zouap into V20211213
Reviewed-on:
https://git.openi.org.cn/OpenI/aiforge/pulls/1039
Reviewed-by: lewis <747342561@qq.com>
tags/v1.21.12.1^2
lewis
4 years ago
parent
7678d070c4
b9051b44af
commit
b331a9846f
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
routers/repo/repo.go
+ 1
- 0
routers/repo/repo.go
View File
@@ -532,6 +532,7 @@ func Download(ctx *context.Context) {
}
ctx.Repo.Repository.IncreaseCloneCnt()
ctx.Repo.Repository.IncreaseGitCloneCnt()
ctx.ServeFile(archivePath, ctx.Repo.Repository.Name+"-"+refName+ext)
}
Write
Preview
Loading…
Cancel
Save