You've hit your org's monthly usage limit - I have free credits 100usd

Resolved 💬 3 comments Opened Apr 26, 2026 by juliojesus Closed Apr 29, 2026

Bug Description

I had $100 in credits from this month or last month, but it did not let me use them.

Environment Info

  • Platform: win32
  • Terminal: windows-terminal
  • Version: 2.1.120
  • Feedback ID: f4e1841e-5800-4a99-8e52-f9993965e8aa

Errors

[{"error":"Error: Failed to create shell snapshot: Command failed: C:\\Program Files\\Git\\bin\\bash.exe -c -l SNAPSHOT_FILE='C:\\Users\\julio\\.claude\\shell-snapshots\\snapshot-bash-1777149121318-u5cs6c.sh'\n      # No user config file to source\n\n      # First, create/clear the snapshot file\n      echo \"# Snapshot file\" >| \"$SNAPSHOT_FILE\"\n\n      # When this file is sourced, we first unalias to avoid conflicts\n      # This is necessary because aliases get \"frozen\" inside function definitions at definition time,\n      # which can cause unexpected behavior when functions use commands that conflict with aliases\n      echo \"# Unset all aliases to avoid conflicts with functions\" >> \"$SNAPSHOT_FILE\"\n      echo \"unalias -a 2>/dev/null || true\" >> \"$SNAPSHOT_FILE\"\n\n      echo \"shopt -s expand_aliases\" >> \"$SNAPSHOT_FILE\"\n\n      \n      # Check for rg availability\n      echo \"# Check for rg availability\" >> \"$SNAPSHOT_FILE\"\n      echo \"if ! (unalias rg 2>/dev/null; command -v rg) >/dev/null 2>&1; then\" >> \"$SNAPSHOT_FILE\"\n  \n      cat >> \"$SNAPSHOT_FILE\" << 'RIPGREP_FUNC_END'\n  function rg {\n  local _cc_bin=\"${CLAUDE_CODE_EXECPATH:-}\"\n  [[ -x $_cc_bin ]] || _cc_bin=$(command -v claude 2>/dev/null)\n  if [[ ! -x $_cc_bin ]]; then command rg \"$@\"; return; fi\n  if [[ -n $ZSH_VERSION ]]; then\n    ARGV0=rg \"$_cc_bin\" \"$@\"\n  elif [[ \"$OSTYPE\" == \"msys\" ]] || [[ \"$OSTYPE\" == \"cygwin\" ]] || [[ \"$OSTYPE\" == \"win32\" ]]; then\n    ARGV0=rg \"$_cc_bin\" \"$@\"\n  elif [[ $BASHPID != $$ ]]; then\n    exec -a rg \"$_cc_bin\" \"$@\"\n  else\n    (exec -a rg \"$_cc_bin\" \"$@\")\n  fi\n}\nRIPGREP_FUNC_END\n    \n      echo \"fi\" >> \"$SNAPSHOT_FILE\"\n  \n\n      # Add PATH to the file\n      cat >> \"$SNAPSHOT_FILE\" << 'PATH_END_1xo1ypowh3l'\nexport PATH='/c/Users/julio/bin:/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/mingw64/bin:/usr/bin:/c/Users/julio/bin:/c/Program Files/Microsoft SDKs/Azure/CLI2/wbin:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0:/c/WINDOWS/System32/OpenSSH:/cmd:/c/Program Files/cursor/resources/app/bin:/c/Program Files/Microsoft SQL Server/Client SDK/ODBC/170/Tools/Binn:/c/Program Files/Microsoft SQL Server/150/Tools/Binn:/c/Program Files/dotnet:/c/Program Files/Tailscale:/c/Program Files/GitHub CLI:%NVM_HOME%:%NVM_SYMLINK%:/c/Program Files/Microsoft SQL Server/170/Tools/Binn:/c/Program Files/NVIDIA Corporation/NVIDIA App/NvDLISR:/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common:/c/Program Files (x86)/cloudflared:/c/Program Files/Docker/Docker/resources/bin:/c/Program Files/PowerShell/7:/c/Users/julio/AppData/Local/Programs/Python/Python312/Scripts:/c/Users/julio/AppData/Local/Programs/Python/Python312:/c/Users/julio/AppData/Local/Programs/Python/Launcher:/c/Users/julio/AppData/Local/Microsoft/WindowsApps:/c/Users/julio/AppData/Local/Programs/Microsoft VS Code/bin:/c/Users/julio/.local/bin:/c/Users/julio/.dotnet/tools:/c/Users/julio/AppData/Roaming/npm:/c/Users/julio/AppData/Local/nvm:/c/nvm4w/nodejs:/c/Users/julio/AppData/Local/Microsoft/WinGet/Packages/SST.opencode_Microsoft.Winget.Source_8wekyb3d8bbwe:/x/MiCodigo/MetaGSPWebSiteV2/.dotnetcli/.dotnet/tools:/c/Users/julio/AppData/Local/Programs/Antigravity/bin:/c/Users/julio/AppData/Local/Microsoft/WinGet/Links:/x/MiCodigo/MetaGSPWebSiteV2/dotnetcli/.dotnet/tools:/usr/bin/vendor_perl:/usr/bin/core_perl'\nPATH_END_1xo1ypowh3l\n  \n\n      # Exit silently on success, only report errors\n      if [ ! -f \"$SNAPSHOT_FILE\" ]; then\n        echo \"Error: Snapshot file was not created at $SNAPSHOT_FILE\" >&2\n        exit 1\n      fi\n    \n    at <anonymous> (B:/~BUN/root/src/entrypoints/cli.js:3385:138)\n    at exitHandler (node:child_process:109:27)\n    at emit (node:events:98:22)\n    at #maybeClose (node:child_process:778:16)\n    at #handleOnExit (node:child_process:532:72)\n    at processTicksAndRejections (native:7:39)","timestamp":"2026-04-25T20:32:13.766Z"},{"error":"Error: unable to verify the first certificate\n    at from (B:/~BUN/root/src/entrypoints/cli.js:106:7862)\n    at <anonymous> (B:/~BUN/root/src/entrypoints/cli.js:114:12884)\n    at emitError (node:events:43:23)\n    at <anonymous> (node:_http_client:253:22)\n    at processTicksAndRejections (na…

Note: Content was truncated.

View original on GitHub ↗

This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗