The Wayback Machine - https://web.archive.org/web/20211008161005/https://docs.github.com/pt/codespaces/troubleshooting/troubleshooting-port-forwarding-for-codespaces

Troubleshooting port forwarding for Codespaces

Troubleshooting steps for common port forwarding issues.

Codespaces is available for organizations using GitHub Team or GitHub Enterprise Cloud. Para obter mais informações, consulte os "produtos do GitHub".

When an application running inside a codespace outputs a port to the console, Codespaces detects the localhost URL pattern and automatically forwards the port. For more information, see "Forwarding ports in your codespace."

If a port is not automatically forwarded, you can forward it manually. For more information, see "Forwarding a port."

If port forwarding is set up, check the following:

  • Use the notification toast or click the URL in Terminal to open the forwarded port. Typing in localhost:8000 (as an example) to your local machine will not work if you're connected to the codespace via the browser.
  • Make sure to check that your application is still running from within your codespace. If your codespace has stopped after a period of inactivity, you'll need to ensure to restart your application once the codespace has restarted.

Esse documento ajudou você?

Política de Privacidade

Ajude-nos a tornar esses documentos ótimos!

Todos os documentos do GitHub são de código aberto. Você percebeu que algo que está errado ou não está claro? Envie um pull request.

Faça uma contribuição

Ou, aprenda como contribuir.