foundweekends / foundweekends/conscript
Even if I changed the .gitconfig, I still get the error when I try to install conscript.
- Dominant language
- Scala
- Stars
- 477
- Forks
- 59
- Avg merge
- 1h 2m
- Merged PRs (30d)
- 7
Description
My platform is windows 10.
I set %CONSCRIPT_HOME% and %PATH% as the http://www.foundweekends.org/conscript/setup.html instruction.
My %profile dir%/.gitconfig file is:
```
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = thinksource
email = foretribe@gmail.com
[github]
token = 513e6094d*****token*******faaa
```
Then I try to run conscript_2.11-0.5.0-proguard.jar via command line:
```
java -jar conscript_2.11-0.5.0-proguard.jar
```
I still get error
```
An unexpected error occurred: Please check your internet connection.
You may need to generate a github access token.
see https://help.github.com/articles/creating-an-access-token-for-command-line-use/
Exception message: TLS SSLContext not available
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Windows setup instructions at foundweekends.org/conscript/setup.html and reproduce the `java -jar conscript_2.11-0.5.0-proguard.jar` command using the reported configuration. Investigate the `TLS SSLContext not available` error; done means conscript installs successfully on Windows 10 without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, scala
- Domain
- cli, networking
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100