Coder Social home page Coder Social logo

Comments (3)

ehmatthes avatar ehmatthes commented on June 13, 2024

Here's a dump of the terminal session, including all commands but pruning some output:

% mkdir railway_bug_demo
projects % cd railway_bug_demo 
railway_bug_demo % railway init
✔ Starting Point: Empty Project 
✔ Enter project name: blog█
✔ Environment: production
🎉 Created project blog
railway_bug_demo % railway up
Build Failed! Please see output for more information
railway_bug_demo % python3 -m venv rw_env
railway_bug_demo % touch .gitignore  
railway_bug_demo % nano .gitignore
railway_bug_demo % git init
Initialized empty Git repository in railway_bug_demo/.git/
railway_bug_demo % git add .
railway_bug_demo % git commit -am "Initial commit."
[main (root-commit) 56e9c95] Initial commit.
 1 file changed, 3 insertions(+)
 create mode 100644 .gitignore
railway_bug_demo % git status
On branch main
nothing to commit, working tree clean
railway_bug_demo % cat .gitignore 
rw_env/
.DS_Store

railway_bug_demo % ls -alh
total 24
drwxr-xr-x   6 eric  staff   192B May 25 13:42 .
drwxrwxrwx  67 eric  staff   2.1K May 25 13:40 ..
-rw-r--r--@  1 eric  staff   6.0K May 25 13:43 .DS_Store
drwxr-xr-x  13 eric  staff   416B May 25 13:43 .git
-rw-r--r--   1 eric  staff    19B May 25 13:42 .gitignore
drwxr-xr-x   7 eric  staff   224B May 25 13:41 rw_env
railway_bug_demo % railway up
🚝 Laying tracks in the clouds... lstat Library: no such file or directory
railway_bug_demo % 

from cli.

gschier avatar gschier commented on June 13, 2024

Thanks for the report! I've made an adjustment to the code that should help

from cli.

ehmatthes avatar ehmatthes commented on June 13, 2024

Thanks for the quick fix!

from cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.