Loren ☺️
Loren ☺️
I tried `git@redmine:test.git` and got the same results, but `apt-get install gitosis` sets up the user `gitosis`, which is why the sudo's in the last part of my bash record...
I stopped my sshd and started it with `sudo /usr/sbin/sshd -ddd` Here is the output: https://gist.github.com/1154120 So it appears to be looking in `/srv/gitosis/.ssh/authorized_keys`. Should the redmine_gitosis plugin be placing...
``` ### autogenerated by gitosis, DO NOT EDIT command="gitosis-serve gitosis@redmine",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-dss AAAA...[one long random string here]...= gitosis@redmine ```
Thanks - I tried `sudo chmod 755 /srv/gitosis/repositories/gitosis-admin.git/hooks/post-update`, but no change.
Should I try reinstalling gitosis in a different manner from above? Or is there another issue page / mailing list I should try?
On the server: ``` git clone git://eagain.net/gitosis cd gitosis python setup.py install sudo adduser --system --shell /bin/sh --gecos 'git version control' --group --disabled-password --home /srv/git git sudo -H -u git...
Adding this to my `svelte.config.js` worked: ``` optimizeDeps: { exclude: ['@apollo/client', 'svelte-apollo'], }, ssr: { noExternal: ['@apollo/client', 'svelte-apollo'], }, ``` to `kit.vite`
@happysalada I got that as well (also reported here: https://github.com/timhall/svelte-apollo/issues/119) Adding this to my `svelte.config.js` worked: ``` optimizeDeps: { exclude: ['@apollo/client', 'svelte-apollo'], }, ssr: { noExternal: ['@apollo/client', 'svelte-apollo'], }, ```...
Calling `auth.logout()` still reloads. Don't see any documented way to avoid it: https://auth0.github.io/auth0.js/global.html#logout
Thanks Mark, I submitted the bug, but I'm guessing I'll just need to redo them as v2 links. https://github.com/prisma/graphql-playground/issues/830 https://github.com/prisma/graphql-playground/issues/893