Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uploadarch (0.08 sec)

  1. src/cmd/go/internal/modfetch/codehost/git_test.go

    		if localGitURLErr != nil {
    			return
    		}
    		_, localGitURLErr = Run(context.Background(), localGitRepo, "git", "config", "daemon.uploadarch", "true")
    	})
    
    	if localGitURLErr != nil {
    		t.Fatal(localGitURLErr)
    	}
    	// Convert absolute path to file URL. LocalGitRepo will not accept
    	// Windows absolute paths because they look like a host:path remote.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 19:46:23 UTC 2023
    - 18.9K bytes
    - Viewed (0)
Back to top