Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
69 views

I cannot find a way to view the Docker log output for a Devcontainer that is launched in GitHub Codespaces. I found the Terminal, but that is a terminal inside the container. I found the DebugConsole, ...
Maestro's user avatar
  • 9,876
1 vote
2 answers
79 views

I'm trying to add a python terminal onto a website using pyscript to run programs I've written using <script type="mpy" terminal worker src="subrepo/folder/program.py"></...
onomatopoeia's user avatar
0 votes
0 answers
118 views

I'm trying to use the %%scalene cell magic in a Jupyter Notebook running on GitHub Codespaces to profile a Numba-accelerated implementation of the Mandelbrot set. However, when I run the following ...
Ahmed Hossam's user avatar
0 votes
0 answers
39 views

I work on personal coding projects, and assignments for a Computer Science class on my Chromebook. ChromeOS has no way to install fonts to the computer, and Linux is blocked off because it is a school-...
Wither19's user avatar
1 vote
1 answer
176 views

I have Laravel 11.x app developing on Github Codespaces. I am trying to generate the documentation using Scramble package. Github Codespaces publish urls are using https. I am using api_domain entry ...
chameera's user avatar
0 votes
0 answers
226 views

I need a similar option or alternative that allows me to run my script on my local machine and that the script can be started without having to enter on the codespaces or having to open a shell like ...
luisfer153's user avatar
1 vote
1 answer
321 views

How can I use GitHub Codespaces locally with a JetBrains product (e.g. WebStorm)? The official documentation mentions JetBrains, but the link is dead (2025-02-19). The link to Visual Studio Code works ...
friederbluemle's user avatar
0 votes
0 answers
85 views

I have created SPFX project for SharePoint Online customization and using VS Code which works fine locally (on another machine where VS Code is installed). Now I am trying to achieve the same using ...
Muhammad Zeeshan Tahir's user avatar
0 votes
0 answers
35 views

I create a project in VS Code on local machine. I create a blank repo on GitHub. I push my project to GitHub. I make that repo a template. Another user then makes a repo from that template. From ...
DCR's user avatar
  • 15.8k
0 votes
1 answer
94 views

I am trying to run a notebook in github codespaces. When I try to run some cells, I get errors related to pip My environment is When I try to connect to another server, I get error. I am trying to ...
Manu Chadha's user avatar
  • 16.9k
0 votes
0 answers
137 views

I created Codespace for one of the repo I was working on. I am able to fully access and work on it in the browser version. However I want to open the Codespace in VS code locally. I have switched on ...
2001saduna's user avatar
0 votes
0 answers
196 views

Installing multiple versions of PNPM in GitHub Codespaces using Docker container. But by default taking latest PNPM version. In our GitHub Codespaces, we currently invoke a script in the ...
Aruna Godiswaran 's user avatar
0 votes
1 answer
1k views

I am developping my React Native app using Expo with the Github Codespaces IDE. I successfully runned my app on my android phone (using expo start --dev-client --tunnel) and I have the console.log() ...
Pitouli's user avatar
  • 439
0 votes
1 answer
681 views

Description of Issue: I have been trying to write in VS Code but every time I open it after the recent update, the following error message pops up: This codespace is currently running in recovery mode ...
Hamster1303's user avatar
0 votes
1 answer
151 views

I am new to using GitHub Classroom and VS Codespaces for my classroom. Most of my students are able to open my assignments and commit changes with no problems. However, a few of my students receive ...
Jonathan Leohr - AHS's user avatar
0 votes
1 answer
544 views

I'm using Github codespaces more and more, and having my extensions preloaded upon setting up a new codespace would speed up my development process a lot. What should I do so I never have to go back ...
Nadder Ragi's user avatar
1 vote
1 answer
312 views

I have a .devcontainer configuration set up in my GitHub repo, so that all the developers share the same dev environment. Now I would like the same environment to be used by the GitHub actions runners,...
Ant's user avatar
  • 5,484
0 votes
1 answer
79 views

I am making a program where (to make it easier for myself) I am using different ports for different pages. I already have codespaces set up and I do not want to switch to using something else, but I ...
Mesure73L's user avatar
0 votes
0 answers
128 views

Why Codespaces Port Forwarder (from VSCode) in macOS needs me to enter my password (not even fingerprint is available) every time it starts a Codespace session when forwarding port 443? Any other app/...
kiewic's user avatar
  • 16.5k
0 votes
1 answer
58 views

Can I install Gosu and use it in GitHub codespace only, I don't want to install it into my local computer. But if using Gosu on GitHub Codespace is impossible, I must install it on my local computer. ...
anpham's user avatar
  • 1
1 vote
0 answers
93 views

I've made a livestreaming server with nginx and RTMP and it works fine in localhost. But it does not work in Github codespaces, any fixes? This is the code used from the repo I was expecting my stream ...
Scratch Guy's user avatar
0 votes
1 answer
138 views

The Short of It I have a github repo meant to be used as a codespace. Collaborators have made github accounts, been added as "collaborators" on the repo, then have gone to the repo page, ...
Josh Kurisko's user avatar
0 votes
0 answers
103 views

I'm trying to compile a program that is being created within a Github Codespace and the Makefile cannot compile because continues to report missing files: make: *** No rule to create target 'solution/...
João Paulo Fonseca Gomes's user avatar
4 votes
0 answers
251 views

Here is my .devcontainer/devcontainer.json: { "image": "mcr.microsoft.com/devcontainers/universal:2", "build": { "context": ".." },...
Yann Stoneman's user avatar
0 votes
0 answers
27 views

I run a vue app in codespaces and when I start the preview server through vite the url in the browser bar is doubled: https://blabla-pxjcg97-3000.app.github.dev/https://blabla-pxjcg97.github.dev/ ...
KSPR's user avatar
  • 2,457
2 votes
0 answers
337 views

I would like to debug E2E tests using playwright (python) in codespaces on github. On Docker, I use "mcr.microsoft.com/playwright/python:v1.45.0" image and the headless operation is ...
Shuji's user avatar
  • 39
2 votes
0 answers
31 views

We have some Jupyter Notebooks we use for code examples, hosted in a public Github repository. Currently we generate links which automatically open the notebook inside Google Colab and Binder cloud ...
Mikko Ohtamaa's user avatar
0 votes
1 answer
482 views

I am trying to import a library in a script on a github codespace, namely skfda. the package wasn't present so I I tried to pip install, I tried conda and I tried to clone the the repo from github but ...
Leonardo's user avatar
1 vote
0 answers
134 views

In GitHub Codespaces, I'm experiencing issues with loading resources like client.js, app.js, and Home.vue through port 5173, leading to "ERR_CONNECTION_REFUSED" errors. I'm looking for a way ...
Torge's user avatar
  • 11
0 votes
0 answers
141 views

This is a small QoL thing but I have a postCreateCommand.sh script that installs bash-completion so my git autocomplete works. It works well but the default bash terminal that Codespaces presents me ...
Dylan Russell's user avatar
-1 votes
1 answer
273 views

I need to create a GitHub Codespace where I can check out branches within the repo from within the Browser-based VS studio. So basically, I need the whole repo to be available from my Codepace. Is ...
Robin Andrews's user avatar
0 votes
1 answer
794 views

I have a .devcontainer.json for GitHub Codespaces but when I run cargo in the postCreateCommand it states that cargo isn't found. Below is my .devcontainer.json: { "name": "Cargo&...
Ryan Luu's user avatar
  • 599
0 votes
1 answer
220 views

I am working in Github codespaces and I want to login to github packages. The below way is working from my laptop, but when I try to login from Codespaces I get Error response from daemon: Get "...
Vincent Claes's user avatar
3 votes
0 answers
126 views

We have a devcontainer.json that provides us with the environment that we need in order to run CodeSpaces and build our project. This involves starting a bash script that creates a Postgres.ai ...
tftd's user avatar
  • 17.2k
0 votes
1 answer
534 views

I am trying to build an example "Marco Polo" game using Rust with GitHub's Codespaces. I am following an example from Week 1 of Coursera's "Data Engineering with Rust" course. ...
user1245262's user avatar
  • 7,555
0 votes
1 answer
1k views

I've been working on a project using GitHub Codespaces, and everything was running smoothly until recently. Within the first hour of usage, the Codespace was functioning as expected. However, after ...
Vivek Dhawale's user avatar
0 votes
0 answers
91 views

I have checked every setting I can think of, but I must be missing something, as when I hit Enter, I get a 2-space indent, not a 4-space indent when trying to write Python in Visual Studio Code in ...
Robin Andrews's user avatar
0 votes
0 answers
1k views

I have been programming remotely lately by using GitHub codespaces. I have been using the dev container for Python 3 to compile and run my code and it's been working just fine so far. I currently have ...
Benroke's user avatar
0 votes
0 answers
412 views

I am trying to create a devcontainer having ubuntu but after creating the devcontainer it is only generating the devcontainer.json and the dockerfile is not generating , Why ? I am selecting as ...
Akhand Chaurasia's user avatar
1 vote
1 answer
1k views

I am a newbie to codespaces and to docker. I want a codespace environment with postgres installed so that I can use the command line to create and play around with simple SQL commands to make a ...
Ron Southin's user avatar
2 votes
2 answers
792 views

Usually we just enter https://cs50.dev URL in the browser and after login in GitHub it opens codespaces but currently. I am trying from whole day and it doesn't work. Even I made a new account for ...
Sachin's user avatar
  • 59
2 votes
0 answers
325 views

I've create a vscode devcontainer. For this I configured a docker-compose.yaml file where one of the services has this: volumes: - c:/docker/license/oe-12.8/progress.cfg:/usr/dlc/progress....
Bronco Oostermeyer's user avatar
1 vote
0 answers
325 views

Is it possible to run Python Turtle Graphics from Github Codespace? I tried and got File "/usr/local/python/3.10.13/lib/python3.10/tkinter/__init__.py", line 2299, in __init__ self.tk = ...
Robin Andrews's user avatar
1 vote
0 answers
489 views

I made a codespaces to work on gui based applications . But below error is showing. please guide me over this problem and how to make it work. Traceback (most recent call last): File "/...
Gyan Ranjan's user avatar
1 vote
0 answers
149 views

While using GitHub Codespaces, initially encountered an error with 127.0.0.1 when attempting to access the live server. In an attempt to resolve this, I switched to using the local IP but now receive ...
rayans's user avatar
  • 11
-1 votes
1 answer
791 views

Github Codespaces (VSCode web version) returns an error [Error msg: Unable to forward localhost - network error] - network error - screenshot attached - neither auto-forwarding nor manual-forwarding ...
MichaelChoudhury's user avatar
1 vote
1 answer
2k views

I'm trying to build a Github codespace that'll install the Azure CLI by default. In my devcontainer.json file I have the Azure Tools and Azure CLI Tools extension and I can access Azure from these ...
Diskdrive's user avatar
  • 19k
3 votes
1 answer
3k views

Is there any way to use a single CodeSpace with multiple repositories? For example, I'd like to be able to create a CodeSpace for C++, and another for C#. Then use them to open whatever repository I ...
Neutrino's user avatar
  • 9,963
0 votes
1 answer
416 views

I am discovering the github codespace and I think it is a wonderful tool to code and practice coding. As far as I know, the codespace can run python, java, js and html natively. Searching about the ...
Gabriel Monteiro Silva's user avatar
1 vote
0 answers
1k views

I have a GitHub repository with a .devcontainer file to customize the Codespace image, that fails to start. The repository has the following structure: . ├── .devcontainer │   └── devcontainer.json ├──...
kostrykin's user avatar
  • 4,334