Bug 437233

Summary: Unable to clone from github with ssh
Product: [Applications] kdevelop Reporter: Mathias Homann <Mathias.Homann>
Component: VCS: GitAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.6.2   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Mathias Homann 2021-05-17 06:38:51 UTC
SUMMARY
I can't clone a project from github

STEPS TO REPRODUCE
1. start a new session
2. click on "fetch project"
3. enter project details, the git address has to be the ssh "version"

OBSERVED RESULT
kdevelop messes up the url and fails to fetch the project

EXPECTED RESULT
it should work - write access with ssh is not such an uncommon thing after all

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20210515
KDE Plasma Version: 5.21.90
KDE Frameworks Version: 5.82.0
Qt Version: 5.15.2
Kernel Version: 5.12.3-1-default (64-bit)
Graphics Platform: X11
Processors: 8 × 11th Gen Intel® Core™ i7-1185G7 @ 3.00GHz
Memory: 15.3 GiB of RAM
Graphics Processor: Mesa Intel® Xe Graphics

ADDITIONAL INFORMATION
Output from trying to clone the project:

/home/mathias/work> git clone --progress -- file:///home/mathias/git@github.com:lemmy04/phoenix-firestorm-lgpl.git /home/mathias/work/phoenix-firestorm-lgpl.git
Command exited with value 128.
Cloning into '/home/mathias/work/phoenix-firestorm-lgpl.git'...
fatal: '/home/mathias/git@github.com:lemmy04/phoenix-firestorm-lgpl.git' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Command finished with error UnknownError.