We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf83397 commit e482c6cCopy full SHA for e482c6c
test/libgit2-online.jl
@@ -22,7 +22,7 @@ mktempdir() do dir
22
try
23
repo_path = joinpath(dir, "Example2")
24
# credentials are required because github tries to authenticate on unknown repo
25
- cred = LibGit2.UserPasswordCredentials("","") # empty credentials cause authentication error
+ cred = LibGit2.UserPasswordCredentials("JeffBezanson", "hunter2") # make sure Jeff is using a good password :)
26
LibGit2.clone(repo_url*randstring(10), repo_path, payload=Nullable(cred))
27
error("unexpected")
28
catch ex
0 commit comments