Bug 382322

Summary: Craft encountered an error: cmd: git fetch --progress
Product: kde-windows Reporter: R030t1
Component: generalAssignee: KDE-Windows <kde-windows>
Status: RESOLVED FIXED    
Severity: normal CC: vonreth
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: log-C_KDE_.txt (compressed).

Description R030t1 2017-07-14 05:26:16 UTC
Created attachment 106603 [details]
log-C_KDE_.txt (compressed).

Sorry for the string of reports, but things are breaking left and right. `craft --destroy-craft-root` doesn't fix the problem in this case. Should I reinstall everything? I still feel it might be important to know why things are breaking in the ways I am seeing them break.

Also note there is a typo of the word "Command" near the end of the log.
Comment 1 Hannah von Reth 2017-07-14 07:12:03 UTC
can you try to update craft manually?
cd craft
git pull

The problem with git is that we can't log its output if we want to have a nice log in the console. So the output of git is not found in the log
Comment 2 R030t1 2017-07-14 07:51:22 UTC
Thanks, I'm compiling KDevelop now. Unfortunately I don't know what was actually broken that that fixed.