Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gitkraken shows `error matching pattern` when trying to take any action

Tags:

git

gitkraken

GitKraken shows the following error when I try to take any action, and it only shows that for one of my repositories.

[Thu Jul 18 2019 17:58:25 GMT+0300 (Arabian Standard Time)] Pull Failed: error matching pattern
[Thu Jul 18 2019 18:05:32 GMT+0300 (Arabian Standard Time)] Pull Failed: error matching pattern
[Thu Jul 18 2019 19:08:05 GMT+0300 (Arabian Standard Time)] Pull Failed: error matching pattern
[Thu Jul 18 2019 19:08:09 GMT+0300 (Arabian Standard Time)] Checkout Failed: error matching pattern
[Thu Jul 18 2019 22:02:51 GMT+0300 (Arabian Standard Time)] Checkout Failed: error matching pattern
[Thu Jul 18 2019 22:03:04 GMT+0300 (Arabian Standard Time)] Checkout Failed: error matching pattern

error matching pattern

I tried removing the repo and cloning it again but no luck 😢

PS: everything works when I try to use the CLI!

like image 551
Mumen Yassin Avatar asked Jul 18 '19 19:07

Mumen Yassin


1 Answers

This is a known issue that was introduced in v6.0.1, it happens when you are using a .gitignore file with a negation ! rule in it. The GitKraken team is currently investigating a fix for an upcoming release.

In the meantime, you can comment out any negation rules, or you can use the prior version of GitKraken, which should be accessible under C:\Users{USER}\AppData\Local\gitkraken\app-6.0.0.

like image 192
Simon Legg Avatar answered Oct 19 '22 02:10

Simon Legg