Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error - Example Projekt - http: Der angegebene Host ist unbekannt. #245

Open
Fredi-Test opened this issue Jul 19, 2024 · 2 comments
Open
Labels
bug Something isn't working status:planned We plan to work on this

Comments

@Fredi-Test
Copy link

{
"kreyaVersion": "1.15.0",
"releaseChannel": "stable",
"osDescription": "Microsoft Windows 10.0.19045",
"osVersion": "Microsoft Windows NT 10.0.19045.0",
"osArch": "X64",
"processArch": "X64",
"runtimeIdentifier": "win-x64",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0"
}

LibGit2Sharp.LibGit2SharpException: failed to resolve address for
http: Der angegebene Host ist unbekannt.
at LibGit2Sharp.Core.Ensure.HandleError(Int32 result) in //LibGit2Sharp/Core/Ensure.cs:line 154
at LibGit2Sharp.Core.Ensure.ZeroResult(Int32 result) in /
/LibGit2Sharp/Core/Ensure.cs:line 172
at LibGit2Sharp.Core.Proxy.git_clone(String url, String workdir, GitCloneOptions& opts) in //LibGit2Sharp/Core/Proxy.cs:line 278
at LibGit2Sharp.Repository.Clone(String sourceUrl, String workdirPath, CloneOptions options) in /
/LibGit2Sharp/Repository.cs:line 824
at LibGit2Sharp.Repository.Clone(String sourceUrl, String workdirPath) in /_/LibGit2Sharp/Repository.cs:line 758
at Kreya.Core.Projects.ProjectService.LoadExampleProject(String remoteRepositoryPath)
at Kreya.UI.Projects.ProjectUiService.OpenExampleProject()
at SpiderEye.Bridge.ApiMethod.InvokeAsync(Object instance, Object parameter)
at SpiderEye.Bridge.WebviewBridge.InvokeWithDependencyInjection(IDependencyInjectionApiMethod apiMethod, Object parameters)
at SpiderEye.Bridge.WebviewBridge.InvokeWithDependencyInjection(IDependencyInjectionApiMethod apiMethod, Object parameters)
at SpiderEye.Bridge.WebviewBridge.ResolveCall(String id, String parameters)

@Fredi-Test Fredi-Test added the bug Something isn't working label Jul 19, 2024
@CommonGuy
Copy link
Contributor

Kreya tries to download the example project from GitHub (https://github.com/riok/Kreya/tree/master/example-project). It looks like your machine cannot connect to this host. We will improve this behavior in a future release.

As a workaround, you can download the example project manually

@CommonGuy CommonGuy added the status:planned We plan to work on this label Jul 19, 2024
@Fredi-Test
Copy link
Author

Fredi-Test commented Jul 19, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working status:planned We plan to work on this
Projects
None yet
Development

No branches or pull requests

2 participants