How do I export a specific commit with git-archive?

前端 未结 2 1182
太阳男子
太阳男子 2020-12-13 14:54

I asked a similar question before, but it was answered inadequately so I thought I would ask again here but providing more information. I need to get different and older ver

2条回答
  •  死守一世寂寞
    2020-12-13 15:35

    Resolution

    This is an expected behaviour for the newest versions of Git. Remote Git repositories do not allow clients to access arbitrary SHA1s. The requested objects should be accessed by a ref (i.e. file name).

    git-upload-archive-archiver-died-with-error

提交回复
热议问题