Questions tagged [github-codespaces]

114 questions
0
votes
1 answer

Problem in settings the GitHub codespace first time

I am setting my GitHub for the first time I run the JavaScript code first time in Codespace and the code is simply console.log("hello"); but it shows permission denied then I run the command chmod u+x "file path" and run again then it shows "syntax…
0
votes
1 answer

Installing php8.2-pgsql in Codespaces doesn't work first time and workaround to solve it. Should I have done something different?

I'm using Codespaces to develop my project but for some reason I've had a lot of problems to install the pdo_pgsql driver to use Postgress with my symfony project. Finally, I've found a solution that I've already applied in different codespaces and…
Adrián
  • 1
  • 1
0
votes
0 answers

using PHP8.2 and SQLSrv/ODBC drivers

I have a PHP8.2 project that connects to a SQL Server backend. Runs fine in an Azure Web App Playing with Codespace within GitHub at the moment as I'd like to be able to do quick smoke tests on changes when editing from my iPad and run the code…
Offbeatmammal
  • 7,970
  • 2
  • 33
  • 52
0
votes
0 answers

Installing third-party software in GitHub Codespaces: Eclipse IDE or CANoe?

I understand github codespace provide developer environment but I want to know if we can install any other specific tools also within codespace for example eclipse ide or CANoe software? If yes please share the details on how to install. I…
0
votes
0 answers

how to install docker on the Github codespaces by default?

I am using this repository to install php7.4 as default version in my codespace. https://github.com/jimblizzard/codespaces-for-php-demo it was successful. but I want to have docker engine inside my codespace to hast some third party application…
Navid_pdp11
  • 3,487
  • 3
  • 37
  • 65
0
votes
1 answer

how to change php version on git hub codespace?

I am working on the codespace on some PHP-based code. when I am running this command: php --ini Configuration File (php.ini) Path: /opt/php/8.2.4/ini Loaded Configuration File: /opt/php/8.2.4/ini/php.ini Scan for additional .ini files in:…
Navid_pdp11
  • 3,487
  • 3
  • 37
  • 65
0
votes
0 answers

Benchmarking on Github Codespace

I'm doing a benchmark for HTTP frameworks on Github Codespace. I don't have that much experience with benchmarking so I don't know if Github Codespace is actually stable or not for benchmarking. I did a few tests and the result is not that…
0
votes
0 answers

Can we use GitHub CodeSpaces for SWI-Prolog?

I have just been looking at GitHub CodeSpaces, and am interested to know if we can use it for SWI-Prolog in the same way we can use Visual Studio Code. In VSC, I installed the SWI-Prolog extension, and made sure my PATH included the SWI-Prolog…
Avrohom Yisroel
  • 8,555
  • 8
  • 50
  • 106
0
votes
0 answers

Github Codespaces - flask/webpack/tailwind

For development of my app, I currently run Flask, a background python script, webpack and TailwindCSS. All of this is in Powershell on a Windows laptop. I've been looking at using Github Codespaces as a development environment that I can access from…
Rob
  • 128
  • 1
  • 7
  • 29
0
votes
0 answers

How to upload my file fron GithubCodespaces to github repository?

I'm new in git. Now I'm using Github Codespaces, the online IDE provided by Github. I code in a workspace affiliated to a Github repo, however I don't know how to upload my file in the Codespaces to the corresponding repo. Each time I click commit,…
atlantic0cean
  • 145
  • 1
  • 7
0
votes
1 answer

Why VS Code's "remote tunnel" needs to sign into Github account?

Just wondering what is the link between VS Code's remote tunnel feature and GitHub account? When we try to activate remote tunnel, it asks to sign in to GitHub and then apparently link to that account. I am wondering why? If my machine is a server…
exan
  • 3,236
  • 5
  • 24
  • 38
0
votes
0 answers

can't run user commands during container setup

I have a devcontainer configuration like this: { "name": "App", "dockerComposeFile": "docker-compose.yml", "service": "app", "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}", "features": { …
Luiz E.
  • 6,769
  • 10
  • 58
  • 98
0
votes
1 answer

Github Codespaces Laravel 10 serve css

I am coding using Laravel Framework 10.1.5 with github codespaces. I am starting the server with php artisan serve and when I want to load a css-file in my blade view I am using
Carol.Kar
  • 4,581
  • 36
  • 131
  • 264
0
votes
1 answer

ping from github codespace to api.github.com Timed Out

Context I'm running github self-hosted runner check script from my codespace. ./run.sh --check --url https://github.com/$GITHUB_REPOSITORY --pat $SELF_HOSTED_RUNNER_PAT_TOKEN Problem The script fails on Internet Connection Check with ping command…
Lukasz Dynowski
  • 11,169
  • 9
  • 81
  • 124
0
votes
0 answers

FTP-Connection in GitHub Codespaces

Does anyone have experience with an FTP extension in Codespaces? I am not able to get a working connection.
J. Langer
  • 262
  • 3
  • 17