Hi all,

I'm attempting to update https://aur.archlinux.org/packages/cpuset, and cloning it works fine, however trying to commit and push changes results in the following error (snipped):

```
Total 5 (delta 0), reused 0 (delta 0), pack-reused 0
remote: fatal: bad object .alternate
fatal: bad object refs/heads/python-degiro-connector
To ssh://aur.archlinux.org/cpuset.git
 ! [remote rejected] master -> master (missing necessary objects)
error: failed to push some refs to 'ssh://aur.archlinux.org/cpuset.git'
```

Also, interestingly enough it seems that python-degiro-connector itself has some issues; cloning it via https simply fails:

```
Cloning into 'python-degiro-connector'...
fatal: remote error: upload-pack: not our ref ae7907349a087b4ec7e550cccbb059dc212d2bc9
```

Referring somehow to this commit https://github.com/archlinux/aur/commit/ae7907349a087b4ec7e550cccbb059dc212d2bc9 (which seems fine to me?)

I don't know how to resolve this issue as I'm not familiar with git alternates, and searching snippets of errors on the mailing list / google was not fruitful.
Any suggestions?

Best,
éclairevoyant