When I set up a remote repo using a specific SSH file, I can run fetch without any issues, but for prune, it somehow falls back to the default account, which doesn't work.
Fetch is working and Prune not.
Now i see it.
On Fetch it works because it use the right ssh key what is configured in origin but in prune it use the normal ssh key not the configured.
When I set up a remote repo using a specific SSH file, I can run
fetchwithout any issues, but forprune, it somehow falls back to the default account, which doesn't work.Fetch is working and Prune not.
Now i see it.
On Fetch it works because it use the right ssh key what is configured in origin but in prune it use the normal ssh key not the configured.