sonatype-nexus-community / nexus-repository-r

R, v data science, much functional programming, doge
Eclipse Public License 1.0
31 stars 17 forks source link

uploading to sonatype nexus #20

Closed ctr0603 closed 6 years ago

ctr0603 commented 7 years ago

I am trying to upload example_1.0.0.tgz to r-hosted as per the instruction provided by you but i am getting curl: (52) Empty reply from server please let me know if i am doing anything wrong

curl --upload-file example_1.0.0.tgz -v -u admin:admin123 http://localhost:8081/repository/r-hosted/example_1.0.0.tgz

doddi commented 7 years ago

You need to specify a subfolder to host the asset into, for example: curl --upload-file example_1.0.0.tgz -v -u admin:admin123 http://localhost:8081/repository/r-hosted/example/example_1.0.0.tgz

joedragons commented 6 years ago

@ctr0603 I am closing this to clean out our issue list. We can reopen if you still have issue.