Uncle Pi
Uncle Pi
Did you run the command `sudo make run`? Try changing to `make run`.
> > Did you run the command `sudo make run`? Try changing to `make run`. > > Well that is one thing I tried, then it gives me this error:...
Same for me. It looks like **self._ssh_password** is a random uuid ``` self._ssh_password = str(uuid.uuid4()) ..... ..... def start_ssh_session(self): # start ssh session at the background self.ssh = pxssh.pxssh() hostname...
Same for me (~~I have even disabled lombok plugin~~ I have even disabled all downloaded plugins). Even using [mapstruct-examples](https://github.com/mapstruct/mapstruct-examples/tree/main/mapstruct-field-mapping) still doesn't work. ### Problems encountered follows. Effective features: 1. Jump...
`.idea/GitCommitMessageStorage.xml ` 这是插件的模板存储数据。 `.idea` 是不应该被提交到git的,你应该往 `.gitignore` 添加忽略`.idea` ``` ### IntelliJ IDEA ### .idea ```
Still exist
Access http://localhost:3001/ , the err follows.
I executed what you prompted, but there are still these problems. This is the command I executed. ``` 1. remove containers (by podman-desktop) 2. remove image (by podman-desktop) 3. sudo...
Has anyone been in the same situation as me?
**The container is running** **The terminal executing `make run` is not disconnected, I use `ssh -v -p 2222 opendevin@localhost` with the password 'f310b2c2-5dbe-432c-b9f7-c58924d9e3c1'**  **result follows.** ```...