diff --git a/log.md b/log.md new file mode 100644 index 0000000..e69de29 diff --git a/lua/plugins/blink-cmp.lua b/lua/plugins/blink-cmp.lua index d674bdf..4e57dc0 100644 --- a/lua/plugins/blink-cmp.lua +++ b/lua/plugins/blink-cmp.lua @@ -23,6 +23,11 @@ return { preset = 'default', [''] = { 'select_and_accept', 'fallback' }, [''] = { 'cancel', 'fallback' }, + [''] = { + function(cmp) + cmp.show { providers = { 'minuet' } } + end, + }, }, appearance = { nerd_font_variant = 'mono', @@ -35,9 +40,10 @@ return { show_with_menu = true, }, documentation = { auto_show = true, auto_show_delay_ms = 500 }, + trigger = { prefetch_on_insert = false }, }, sources = { - default = { 'lsp', 'path', 'snippets', 'lazydev', 'codecompanion' }, + default = { 'lsp', 'path', 'snippets', 'lazydev', 'codecompanion', 'minuet' }, providers = { lazydev = { module = 'lazydev.integrations.blink', score_offset = 100 }, codecompanion = { @@ -45,6 +51,13 @@ return { module = 'codecompanion.providers.completion.blink', enabled = true, }, + minuet = { + name = 'minuet', + module = 'minuet.blink', + async = true, + timeout_ms = 3000, + score_offset = 50, + }, }, }, snippets = { preset = 'luasnip' }, diff --git a/lua/plugins/godot.lua b/lua/plugins/godot.lua deleted file mode 100644 index e45e38c..0000000 --- a/lua/plugins/godot.lua +++ /dev/null @@ -1,8 +0,0 @@ -return { - 'lommix/godot.nvim', - lazy = true, - cmd = { 'GodotDebug', 'GodotBreakAtCursor', 'GodotStep', 'GodotQuit', 'GodotContinue' }, - config = function() - require 'custom.godot_config' - end, -} diff --git a/lua/plugins/minuet.lua b/lua/plugins/minuet.lua new file mode 100644 index 0000000..cf4d25f --- /dev/null +++ b/lua/plugins/minuet.lua @@ -0,0 +1,22 @@ +return { + 'milanglacier/minuet-ai.nvim', + event = 'InsertEnter', + opts = { + provider = 'codestral', + request_timeout = 3, + n_completions = 2, + context_window = 12000, + provider_options = { + codestral = { + model = 'codestral-latest', + end_point = 'https://api.mistral.ai/v1/fim/completions', + api_key = 'MISTRAL_API_KEY', + stream = true, + optional = { + max_tokens = 256, + stop = { '\n\n' }, + }, + }, + }, + }, +} diff --git a/out.md b/out.md new file mode 100644 index 0000000..cefe0be --- /dev/null +++ b/out.md @@ -0,0 +1,363 @@ +debug1: OpenSSH_10.0p2, OpenSSL 3.5.4 30 Sep 2025 +debug3: Running on Linux 6.19.10-200.fc43.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Mar 25 16:09:19 UTC 2026 x86_64 +debug3: Started with: ssh -vvv -p 2222 forgejo@localhost "git-receive-pack \\'/saarsena/nvim_dotfiles.git\\'" +debug1: Reading configuration data /home/saarsena/.ssh/config +debug1: Reading configuration data /etc/ssh/ssh_config +debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/20-systemd-ssh-proxy.conf depth 0 +debug1: Reading configuration data /etc/ssh/ssh_config.d/20-systemd-ssh-proxy.conf +debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/30-libvirt-ssh-proxy.conf depth 0 +debug1: Reading configuration data /etc/ssh/ssh_config.d/30-libvirt-ssh-proxy.conf +debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 +debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf +debug2: checking match for 'final all' host localhost originally localhost +debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: not matched 'final' +debug2: match not found +debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 (parse only) +debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config +debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] +debug3: kex names ok: [mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] +debug1: configuration requests final Match pass +debug1: re-parsing configuration +debug1: Reading configuration data /home/saarsena/.ssh/config +debug1: Reading configuration data /etc/ssh/ssh_config +debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/20-systemd-ssh-proxy.conf depth 0 +debug1: Reading configuration data /etc/ssh/ssh_config.d/20-systemd-ssh-proxy.conf +debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/30-libvirt-ssh-proxy.conf depth 0 +debug1: Reading configuration data /etc/ssh/ssh_config.d/30-libvirt-ssh-proxy.conf +debug3: /etc/ssh/ssh_config line 55: Including file /etc/ssh/ssh_config.d/50-redhat.conf depth 0 +debug1: Reading configuration data /etc/ssh/ssh_config.d/50-redhat.conf +debug2: checking match for 'final all' host localhost originally localhost +debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 3: matched 'final' +debug2: match found +debug3: /etc/ssh/ssh_config.d/50-redhat.conf line 5: Including file /etc/crypto-policies/back-ends/openssh.config depth 1 +debug1: Reading configuration data /etc/crypto-policies/back-ends/openssh.config +debug3: gss kex names ok: [gss-curve25519-sha256-,gss-nistp256-sha256-,gss-group14-sha256-,gss-group16-sha512-] +debug3: kex names ok: [mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512] +debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts' -> '/home/saarsena/.ssh/known_hosts' +debug3: expanded UserKnownHostsFile '~/.ssh/known_hosts2' -> '/home/saarsena/.ssh/known_hosts2' +debug2: resolving "localhost" port 2222 +debug3: resolve_host: lookup localhost:2222 +debug3: channel_clear_timeouts: clearing +debug3: ssh_connect_direct: entering +debug1: Connecting to localhost [::1] port 2222. +debug3: set_sock_tos: set socket 3 IPV6_TCLASS 0x48 +debug1: Connection established. +debug1: identity file /home/saarsena/.ssh/id_rsa type -1 +debug1: identity file /home/saarsena/.ssh/id_rsa-cert type -1 +debug1: identity file /home/saarsena/.ssh/id_ecdsa type -1 +debug1: identity file /home/saarsena/.ssh/id_ecdsa-cert type -1 +debug1: identity file /home/saarsena/.ssh/id_ecdsa_sk type -1 +debug1: identity file /home/saarsena/.ssh/id_ecdsa_sk-cert type -1 +debug1: identity file /home/saarsena/.ssh/id_ed25519 type 3 +debug1: identity file /home/saarsena/.ssh/id_ed25519-cert type -1 +debug1: identity file /home/saarsena/.ssh/id_ed25519_sk type -1 +debug1: identity file /home/saarsena/.ssh/id_ed25519_sk-cert type -1 +debug1: identity file /home/saarsena/.ssh/id_xmss type -1 +debug1: identity file /home/saarsena/.ssh/id_xmss-cert type -1 +debug1: Local version string SSH-2.0-OpenSSH_10.0 +debug1: Remote protocol version 2.0, remote software version Go +debug1: compat_banner: no match: Go +debug2: fd 3 setting O_NONBLOCK +debug1: Authenticating to localhost:2222 as 'forgejo' +debug3: put_host_port: [localhost]:2222 +debug3: record_hostkey: found key type RSA in file /home/saarsena/.ssh/known_hosts:14 +debug3: load_hostkeys_file: loaded 1 keys from [localhost]:2222 +debug1: load_hostkeys: fopen /home/saarsena/.ssh/known_hosts2: No such file or directory +debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory +debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory +debug3: order_hostkeyalgs: prefer hostkeyalgs: rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256 +debug3: send packet: type 20 +debug1: SSH2_MSG_KEXINIT sent +debug3: receive packet: type 20 +debug1: SSH2_MSG_KEXINIT received +debug2: local client KEXINIT proposal +debug2: KEX algorithms: mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com +debug2: host key algorithms: rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com +debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr +debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr +debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 +debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 +debug2: compression ctos: none,zlib@openssh.com +debug2: compression stoc: none,zlib@openssh.com +debug2: languages ctos: +debug2: languages stoc: +debug2: first_kex_follows 0 +debug2: reserved 0 +debug2: peer server KEXINIT proposal +debug2: KEX algorithms: mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,kex-strict-s-v00@openssh.com +debug2: host key algorithms: rsa-sha2-256,rsa-sha2-512,ssh-rsa +debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com +debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com +debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha2-256,hmac-sha1 +debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha2-256,hmac-sha1 +debug2: compression ctos: none +debug2: compression stoc: none +debug2: languages ctos: +debug2: languages stoc: +debug2: first_kex_follows 0 +debug2: reserved 0 +debug3: kex_choose_conf: will use strict KEX ordering +debug1: kex: algorithm: mlkem768x25519-sha256 +debug1: kex: host key algorithm: rsa-sha2-512 +debug1: kex: server->client cipher: aes256-gcm@openssh.com MAC: compression: none +debug1: kex: client->server cipher: aes256-gcm@openssh.com MAC: compression: none +debug1: kex: mlkem768x25519-sha256 need=32 dh_need=32 +debug1: kex: mlkem768x25519-sha256 need=32 dh_need=32 +debug3: send packet: type 30 +debug1: expecting SSH2_MSG_KEX_ECDH_REPLY +debug3: receive packet: type 31 +debug1: SSH2_MSG_KEX_ECDH_REPLY received +debug1: Server host key: ssh-rsa SHA256:wMOkAI8Fc2i9DAzmSd7whcBHG5Bjl/OnU3QK4tnMY9s +debug3: put_host_port: [::1]:2222 +debug3: put_host_port: [localhost]:2222 +debug3: record_hostkey: found key type RSA in file /home/saarsena/.ssh/known_hosts:14 +debug3: load_hostkeys_file: loaded 1 keys from [localhost]:2222 +debug1: load_hostkeys: fopen /home/saarsena/.ssh/known_hosts2: No such file or directory +debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts: No such file or directory +debug1: load_hostkeys: fopen /etc/ssh/ssh_known_hosts2: No such file or directory +debug1: Host '[localhost]:2222' is known and matches the RSA host key. +debug1: Found key in /home/saarsena/.ssh/known_hosts:14 +debug3: send packet: type 21 +debug1: ssh_packet_send2_wrapped: resetting send seqnr 3 +debug2: ssh_set_newkeys: mode 1 +debug1: rekey out after 4294967296 blocks +debug1: SSH2_MSG_NEWKEYS sent +debug1: expecting SSH2_MSG_NEWKEYS +debug3: receive packet: type 21 +debug1: ssh_packet_read_poll2: resetting read seqnr 3 +debug1: SSH2_MSG_NEWKEYS received +debug2: ssh_set_newkeys: mode 0 +debug1: rekey in after 4294967296 blocks +debug2: KEX algorithms: mlkem768x25519-sha256,curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,ext-info-c,kex-strict-c-v00@openssh.com +debug2: host key algorithms: rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,sk-ssh-ed25519-cert-v01@openssh.com,sk-ecdsa-sha2-nistp256-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,sk-ssh-ed25519@openssh.com,sk-ecdsa-sha2-nistp256@openssh.com +debug2: ciphers ctos: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr +debug2: ciphers stoc: aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes128-gcm@openssh.com,aes128-ctr +debug2: MACs ctos: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 +debug2: MACs stoc: hmac-sha2-256-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha2-256,hmac-sha1,umac-128@openssh.com,hmac-sha2-512 +debug2: compression ctos: none,zlib@openssh.com +debug2: compression stoc: none,zlib@openssh.com +debug2: languages ctos: +debug2: languages stoc: +debug2: first_kex_follows 0 +debug2: reserved 0 +debug3: send packet: type 5 +debug3: receive packet: type 7 +debug1: SSH2_MSG_EXT_INFO received +debug3: kex_input_ext_info: extension server-sig-algs +debug1: kex_ext_info_client_parse: server-sig-algs= +debug3: kex_input_ext_info: extension ping@openssh.com +debug1: kex_ext_info_check_ver: ping@openssh.com=<0> +debug3: receive packet: type 6 +debug2: service_accept: ssh-userauth +debug1: SSH2_MSG_SERVICE_ACCEPT received +debug3: send packet: type 50 +debug3: receive packet: type 51 +debug1: Authentications that can continue: publickey +debug3: start over, passed a different list publickey +debug3: preferred gssapi-with-mic,publickey,keyboard-interactive,password +debug3: authmethod_lookup publickey +debug3: remaining preferred: keyboard-interactive,password +debug3: authmethod_is_enabled publickey +debug1: Next authentication method: publickey +debug3: ssh_get_authentication_socket_path: path '/tmp/ssh-XXXXXXeRd9Cf/agent.66124' +debug1: get_agent_identities: ssh_get_authentication_socket: No such file or directory +debug1: Will attempt key: /home/saarsena/.ssh/id_rsa +debug1: Will attempt key: /home/saarsena/.ssh/id_ecdsa +debug1: Will attempt key: /home/saarsena/.ssh/id_ecdsa_sk +debug1: Will attempt key: /home/saarsena/.ssh/id_ed25519 ED25519 SHA256:xH7fYXfdFAGGeoj+R0h9tQXQf//ExT5Z3LpeMpc0x3w +debug1: Will attempt key: /home/saarsena/.ssh/id_ed25519_sk +debug1: Will attempt key: /home/saarsena/.ssh/id_xmss +debug2: pubkey_prepare: done +debug1: Trying private key: /home/saarsena/.ssh/id_rsa +debug3: no such identity: /home/saarsena/.ssh/id_rsa: No such file or directory +debug1: Trying private key: /home/saarsena/.ssh/id_ecdsa +debug3: no such identity: /home/saarsena/.ssh/id_ecdsa: No such file or directory +debug1: Trying private key: /home/saarsena/.ssh/id_ecdsa_sk +debug3: no such identity: /home/saarsena/.ssh/id_ecdsa_sk: No such file or directory +debug1: Offering public key: /home/saarsena/.ssh/id_ed25519 ED25519 SHA256:xH7fYXfdFAGGeoj+R0h9tQXQf//ExT5Z3LpeMpc0x3w +debug3: send packet: type 50 +debug2: we sent a publickey packet, wait for reply +debug3: receive packet: type 60 +debug1: Server accepts key: /home/saarsena/.ssh/id_ed25519 ED25519 SHA256:xH7fYXfdFAGGeoj+R0h9tQXQf//ExT5Z3LpeMpc0x3w +debug3: sign_and_send_pubkey: using publickey with ED25519 SHA256:xH7fYXfdFAGGeoj+R0h9tQXQf//ExT5Z3LpeMpc0x3w +debug3: sign_and_send_pubkey: signing using ssh-ed25519 SHA256:xH7fYXfdFAGGeoj+R0h9tQXQf//ExT5Z3LpeMpc0x3w +debug3: send packet: type 50 +debug3: receive packet: type 52 +Authenticated to localhost ([::1]:2222) using "publickey". +debug1: pkcs11_del_provider: called, provider_id = (null) +debug2: fd 4 setting O_NONBLOCK +debug2: fd 5 setting O_NONBLOCK +debug2: fd 6 setting O_NONBLOCK +debug1: channel 0: new session [client-session] (inactive timeout: 0) +debug3: ssh_session2_open: channel_new: 0 +debug2: channel 0: send open +debug3: send packet: type 90 +debug1: Entering interactive session. +debug1: pledge: filesystem +debug3: client_repledge: enter +debug3: receive packet: type 91 +debug2: channel_input_open_confirmation: channel 0: callback start +debug2: fd 3 setting TCP_NODELAY +debug3: set_sock_tos: set socket 3 IPV6_TCLASS 0x20 +debug2: client_session2_setup: id 0 +debug1: Sending environment. +debug3: Ignored env SHELL +debug3: Ignored env IMSETTINGS_INTEGRATE_DESKTOP +debug3: Ignored env SESSION_MANAGER +debug3: Ignored env WINDOWID +debug1: channel 0: setting env COLORTERM = "truecolor" +debug2: channel 0: request env confirm 0 +debug3: send packet: type 98 +debug3: Ignored env XDG_CONFIG_DIRS +debug3: Ignored env KGLOBALACCELD_PLATFORM +debug3: Ignored env XDG_SESSION_PATH +debug3: Ignored env HISTCONTROL +debug3: Ignored env XDG_MENU_PREFIX +debug3: Ignored env FNM_ARCH +debug3: Ignored env HOSTNAME +debug3: Ignored env HISTSIZE +debug3: Ignored env ICEAUTHORITY +debug3: Ignored env GIT_SSH_COMMAND +debug3: Ignored env DOTNET_ROOT +debug3: Ignored env GUESTFISH_OUTPUT +debug3: Ignored env SSH_AUTH_SOCK +debug3: Ignored env ANTHROPIC_API_KEY +debug3: Ignored env GEMINI_API_KEY +debug3: Ignored env MEMORY_PRESSURE_WRITE +debug3: Ignored env FNM_NODE_DIST_MIRROR +debug3: Ignored env OPENAI_API_KEY +debug3: Ignored env XMODIFIERS +debug3: Ignored env DESKTOP_SESSION +debug3: Ignored env SSH_AGENT_PID +debug3: Ignored env GTK_RC_FILES +debug3: Ignored env GDK_CORE_DEVICE_EVENTS +debug3: Ignored env GPG_TTY +debug3: Ignored env EDITOR +debug3: Ignored env FZF_ALT_C_OPTS +debug3: Ignored env XDG_SEAT +debug3: Ignored env PWD +debug3: Ignored env XDG_SESSION_DESKTOP +debug3: Ignored env LOGNAME +debug3: Ignored env XDG_SESSION_TYPE +debug3: Ignored env QTLIB +debug3: Ignored env MODULESHOME +debug3: Ignored env MANPATH +debug3: Ignored env SYSTEMD_EXEC_PID +debug3: Ignored env OMF_PATH +debug3: Ignored env XAUTHORITY +debug3: Ignored env SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS +debug3: Ignored env FZF_DEFAULT_COMMAND +debug3: Ignored env GUESTFISH_RESTORE +debug3: Ignored env GTK2_RC_FILES +debug3: Ignored env GIT_EXEC_PATH +debug3: Ignored env __MODULES_SHARE_MANPATH +debug3: Ignored env HOME +debug3: Ignored env SSH_ASKPASS +debug3: Ignored env LANG +debug3: Ignored env FNM_COREPACK_ENABLED +debug3: Ignored env _JAVA_AWT_WM_NONREPARENTING +debug3: Ignored env LS_COLORS +debug3: Ignored env XDG_CURRENT_DESKTOP +debug3: Ignored env MEMORY_PRESSURE_WATCH +debug3: Ignored env WAYLAND_DISPLAY +debug3: Ignored env GUESTFISH_PS1 +debug3: Ignored env XDG_SEAT_PATH +debug3: Ignored env INVOCATION_ID +debug3: Ignored env MANAGERPID +debug3: Ignored env QTINC +debug3: Ignored env IMSETTINGS_MODULE +debug3: Ignored env DOTNET_BUNDLE_EXTRACT_BASE_DIR +debug3: Ignored env STEAM_FRAME_FORCE_CLOSE +debug3: Ignored env KDE_SESSION_UID +debug3: Ignored env ALACRITTY_SOCKET +debug3: Ignored env MOZ_GMP_PATH +debug3: Ignored env XKB_DEFAULT_LAYOUT +debug3: Ignored env XDG_SESSION_CLASS +debug3: Ignored env OLLAMA_HOST +debug3: Ignored env TERM +debug3: Ignored env FZF_CTRL_T_COMMAND +debug3: Ignored env LESSOPEN +debug3: Ignored env USER +debug3: Ignored env FZF_ALT_C_COMMAND +debug3: Ignored env MODULES_RUN_QUARANTINE +debug3: Ignored env QT_WAYLAND_RECONNECT +debug3: Ignored env FZF_CTRL_T_OPTS +debug3: Ignored env KDE_SESSION_VERSION +debug3: Ignored env PAM_KWALLET5_LOGIN +debug3: Ignored env LOADEDMODULES +debug3: Ignored env DISPLAY +debug3: Ignored env MISTRAL_API_KEY +debug3: Ignored env SHLVL +debug3: Ignored env GUESTFISH_INIT +debug3: Ignored env FNM_VERSION_FILE_STRATEGY +debug3: Ignored env XDG_VTNR +debug3: Ignored env XDG_SESSION_ID +debug3: Ignored env MANAGERPIDFDID +debug3: Ignored env LD_LIBRARY_PATH +debug3: Ignored env XDG_RUNTIME_DIR +debug3: Ignored env FNM_RESOLVE_ENGINES +debug3: Ignored env QTDIR +debug3: Ignored env __MODULES_LMINIT +debug3: Ignored env GOOGLE_API_KEY +debug3: Ignored env DEBUGINFOD_URLS +debug3: Ignored env DEBUGINFOD_IMA_CERT_PATH +debug3: Ignored env KDEDIRS +debug3: Ignored env JOURNAL_STREAM +debug3: Ignored env XDG_DATA_DIRS +debug3: Ignored env KDE_FULL_SESSION +debug3: Ignored env PATH +debug3: Ignored env MODULEPATH +debug3: Ignored env ALACRITTY_LOG +debug3: Ignored env DBUS_SESSION_BUS_ADDRESS +debug3: Ignored env KDE_APPLICATIONS_AS_SCOPE +debug3: Ignored env MAIL +debug3: Ignored env FNM_DIR +debug3: Ignored env FNM_MULTISHELL_PATH +debug3: Ignored env ALACRITTY_WINDOW_ID +debug3: Ignored env OMF_CONFIG +debug3: Ignored env FNM_LOGLEVEL +debug3: Ignored env MODULES_CMD +debug3: Ignored env _ +debug1: Sending command: git-receive-pack '/saarsena/nvim_dotfiles.git' +debug2: channel 0: request exec confirm 1 +debug3: send packet: type 98 +debug3: client_repledge: enter +debug2: channel_input_open_confirmation: channel 0: callback done +debug2: channel 0: open confirm rwindow 2097152 rmax 32768 +debug3: receive packet: type 99 +debug2: channel_input_status_confirm: type 99 id 0 +debug2: exec request accepted on channel 0 +debug2: channel 0: rcvd ext data 50 +Forgejo: Push to create is not enabled for users. +debug2: channel 0: written 50 to efd 6 +debug3: receive packet: type 98 +debug1: client_input_channel_req: channel 0 rtype exit-status reply 0 +debug3: receive packet: type 97 +debug2: channel 0: rcvd close +debug2: channel 0: output open -> drain +debug2: chan_shutdown_read: channel 0: (i0 o1 sock -1 wfd 4 efd 6 [write]) +debug2: channel 0: input open -> closed +debug3: channel 0: will not send data after close +debug2: channel 0: obuf empty +debug2: chan_shutdown_write: channel 0: (i3 o1 sock -1 wfd 5 efd 6 [write]) +debug2: channel 0: output drain -> closed +debug2: channel 0: almost dead +debug2: channel 0: gc: notify user +debug2: channel 0: gc: user detached +debug2: channel 0: send_close2 +debug2: channel 0: send close for remote id 0 +debug3: send packet: type 97 +debug2: channel 0: is dead +debug2: channel 0: garbage collecting +debug1: channel 0: free: client-session, nchannels 1 +debug3: channel 0: status: The following connections are open: + #0 client-session (t4 [session] r0 nm0 i3/0 o3/0 e[write]/0 fd -1/-1/6 sock -1 cc -1 nc0 io 0x00/0x00) + +fatal: Could not read from remote repository. + +Please make sure you have the correct access rights +and the repository exists. +debug3: send packet: type 1 +Transferred: sent 3324, received 3532 bytes, in 0.1 seconds +Bytes per second: sent 30964.4, received 32902.0 +debug1: Exit status 1