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

CreateProcess error=2,Can you help me #154

Open
wrrgit opened this issue Apr 30, 2018 · 4 comments
Open

CreateProcess error=2,Can you help me #154

wrrgit opened this issue Apr 30, 2018 · 4 comments

Comments

@wrrgit
Copy link

wrrgit commented Apr 30, 2018

i have add the git path ,but also git the error:
Error:(11, 0) CreateProcess error=2, 系统找不到指定的文件。
Open File

Can you help me?

@reizamv
Copy link

reizamv commented May 22, 2018

same here, error after use androidx

@DavidZXY
Copy link

DavidZXY commented Aug 31, 2018

The program will look for the Git version according to the system environment variable internally, so you can add the cmd and bin of Git to the system environment variable (OS:Windows)
Path = yourpath + "D:\Git\cmd;D:\Git\bin"
And maybe you should delete three lines in build.gradle:
publish {
userOrg = POM_DEVELOPER_ID
groupId = GROUP
artifactId = ARTIFACT_ID
publishVersion = VERSION_NAME
desc = POM_DESCRIPTION
website = POM_URL
bintrayUser = BINTRAY_USER //delete
bintrayKey = BINTRAY_API_KEY //delete
autoPublish = false //delete
}

@wrrgit
Copy link
Author

wrrgit commented Jul 3, 2023 via email

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

No branches or pull requests

4 participants
@reizamv @wrrgit @DavidZXY and others