mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 22:28:05 +01:00 
			
		
		
		
	Bug fix
This commit is contained in:
		
							parent
							
								
									c2e7e93e0c
								
							
						
					
					
						commit
						0b5f6b176f
					
				| @ -153,7 +153,7 @@ func initRepository(f string, user *User, repo *Repository, initReadme bool, rep | ||||
| 		fileName["license"] = "LICENSE" | ||||
| 	} | ||||
| 
 | ||||
| 	workdir := os.TempDir() + fmt.Sprintf("%d", time.Now().Nanosecond()) | ||||
| 	workdir := filepath.Join(os.TempDir(), fmt.Sprintf("%d", time.Now().Nanosecond())) | ||||
| 	os.MkdirAll(workdir, os.ModePerm) | ||||
| 
 | ||||
| 	sig := user.NewGitSig() | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user