AbdulElahGwaith's picture
Upload folder using huggingface_hub
88df9e4 verified

Finding the address to connect to

  1. Open the terminal in your codespace.

  2. Click the PORTS tab. This lists all of the ports you have forwarded.

  3. Right-click the port you want to connect to and click Copy Local Address.

    Screenshot of the pop-up menu for a forwarded port with the "Copy Local Address" option highlighted with an orange outline.

  4. Paste the copied address somewhere for later use.

Finding the GITHUB_TOKEN

  1. In the terminal in your codespace, enter echo $GITHUB_TOKEN.

    The token is a string beginning ghu_.

  2. Copy the token.

    Don't share this access token with anyone.