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

new_project: fixed empty project creation #506

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vitalych
Copy link
Member

No description provided.

@IronmanJay
Copy link

After pulling your modified version for testing, it was found that the issue still exists:

[S2E:s2e] (venv) iie-iisd@vm:~/s2e-env$ git fetch origin pull/506/head:pr-506
remote: Enumerating objects: 9, done.
remote: Counting objects: 100% (9/9), done.
remote: Compressing objects: 100% (1/1), done.
remote: Total 5 (delta 4), reused 5 (delta 4), pack-reused 0
展开对象中: 100% (5/5), 467 字节 | 18.00 KiB/s, 完成.
来自 https://github.com/s2e/s2e-env
 * [新引用]          refs/pull/506/head -> pr-506
[S2E:s2e] (venv) iie-iisd@vm:~/s2e-env$ git checkout pr-506
切换到分支 'pr-506'
[S2E:s2e] (venv) iie-iisd@vm:~/s2e-env$ s2e new_project -n linux-kernel -i ubuntu-22.04-x86_64 --no-target --type linux
ERROR: [new_project] Please specify a project type
[S2E:s2e] (venv) iie-iisd@vm:~/s2e-env$ s2e new_project -n linux-kernel -i ubuntu-22.04-x86_64 --no-target -t linux
ERROR: [new_project] Please specify a project type

@IronmanJay
Copy link

After pulling the modified code, you need to execute pip install - e Command, the issue has now been resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants