Side navigation
#13159 closed bug (notabug)
Opened January 06, 2013 05:39AM UTC
Closed January 07, 2013 03:00AM UTC
Is there should add '--recursive' when clone jQuery fork
| Reported by: | xing_kenny@yahoo.com.cn | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | git |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
In 'Tips for jQuery Bug Patching',run following
$ git clone git@github.com:username/jquery.git
$ grunt && grunt watch
the "update_submodules" task failded with
fatal: Needed a single revision
Unable to find current revision in submodule path 'src/sizzle'
and when clone with
git clone --recursive git@github.com:xing-kenny/jquery.git
there are some Submodule clone info more than
git clone git@github.com:xing-kenny/jquery.git
Is there should add '--recursive' ?
Attachments (0)
Change History (1)
Changed January 07, 2013 03:00AM UTC by comment:1
| resolution: | → notabug |
|---|---|
| status: | new → closed |
This is for reporting bugs. Start a thread on https://forum.jquery.com/developing-jquery-core and we can help you there.