mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	safe check
This commit is contained in:
		@@ -684,6 +684,12 @@ func cleanUpMigrateRepoInfo(x *xorm.Engine) (err error) {
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		configPath := filepath.Join(setting.RepoRootPath, user.LowerName, repo.LowerName+".git/config")
 | 
			
		||||
 | 
			
		||||
		// In case repository file is somehow missing.
 | 
			
		||||
		if !com.IsFile(configPath) {
 | 
			
		||||
			continue
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		cfg, err := ini.Load(configPath)
 | 
			
		||||
		if err != nil {
 | 
			
		||||
			return fmt.Errorf("open config file: %v", err)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user