Questions tagged [gitpod]

Gitpod launches ready-to-code dev environments from any GitHub page.

94 questions
-1
votes
1 answer

Heroku doesn't print whole line of data when imported from external spreadsheet

I've just deployed my project to Heroku as per the requirments from my institute. I was going through it ensuring everything works as it should do and came across a very big issue. When I call on my spreadsheet for data and print it to the terminal…
cameron.g
  • 13
  • 4
-1
votes
1 answer

How do i connect my backend(nodejs) to my react app all runing on gitpod

i want to connect my backend to the react app using the proxy in package.json but i got an error showing up at the front page of the react app "invalid host header" i tried these "proxy": "http://localhost:5000", and then i tried these "proxy":…
-1
votes
3 answers

Gitpod to run a C hello world program

I am new to C language but I use Gitpod for other languages. I would like to know how to run this simple "hello world" main.c program from the Gitpod interface step by step? #include void main(){ printf("hello") } Many thanks !
user2030243
  • 49
  • 1
  • 6
-2
votes
2 answers

How can I insert a word inside a command in Linux?

Now, I have a simple file that runs every time I open my Gitpod(cloud env). I am making a file so that I can access it via ngrok. But, I need some packages, like wget, unzip and neofetch(for my ease). But it opens in a different terminal and I have…
L-G
  • 1
  • 1
  • 3
1 2 3 4 5 6
7