Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error when submitting package in Julia

I'm trying to make changes to a package in Julia but every time I submit I encounter the following bug

INFO: Forking jiahao/GSL.jl to blah
Enter host password for user 'blah':
ERROR: Unknown value
Line: 0
Around: ...HTTP/1.1 422 Unproces...

Any idea what's going on here?

like image 777
John Duffy Avatar asked Jun 24 '26 13:06

John Duffy


1 Answers

Using Julia's Pkg.submit("PackageName") to create a GitHub pull request requires that all of the steps listed in Julia's Package Develop Initial Setup be completed successfully first.

In particular, your GitHub SSH keys need to be setup correctly.

Note that you can still create a pull request "old school" style by forking the package on GitHub (just click the button), modify/test your personal fork, and then submit a pull request on GitHub.

like image 164
rickhg12hs Avatar answered Jun 27 '26 04:06

rickhg12hs



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!