Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plandex-server mapping not working as expected #9

Open
harleypig opened this issue Apr 3, 2024 · 0 comments
Open

plandex-server mapping not working as expected #9

harleypig opened this issue Apr 3, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@harleypig
Copy link
Contributor

$ pdx load bin/* lib/*
🚨 Failed to load context
  β†’ Error committing changes
    β†’ Error committing files to git repository for dir
      β†’ /root/plandex-server/orgs/0368f56f-0794-4a83-8324-0392b07e4338/plans/3b6546fe-6408-4d3b-bfa3-b62df1cb3d3f, err
        β†’ Exit status 128, output
          β†’ Author identity unknown

*** Please tell me who you are.

Run

  git config --global user.email "you@example.com"
  git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.

fatal
            β†’ Unable to auto-detect email address (got 'root@224f0a0ed4c9.(none)')

I noticed the path is not what I expected.

      β†’ /root/plandex-server/orgs/0368f56f-0794-4a83-8324-0392b07e4338/plans/3b6546fe-6408-4d3b-bfa3-b62df1cb3d3f, err

Shouldn't this be /plandex-server not /root/plandex-server? I don't think this is how I'm building the image.

$ docker inspect --format='{{json .Mounts}}' app-plandex-server-1 | jq '.' ; sudo ls -l $HOME/projects/plandex-data/plandex-data
[
  {
    "Type": "bind",
    "Source": "/home/harleypig/projects/plandex-data/plandex-data",
    "Destination": "/plandex-server",
    "Mode": "rw",
    "RW": true,
    "Propagation": "rprivate"
  }
]
[sudo] password for harleypig: 
Executing: sudo ls -l /home/harleypig/projects/plandex-data/plandex-data 
total 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants