Opened 10 years ago
Closed 10 years ago
#13159 closed bug (notabug)
Is there should add '--recursive' when clone jQuery fork
Reported by: | 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 [email protected]…: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 [email protected]…:xing-kenny/jquery.git
there are some Submodule clone info more than git clone [email protected]…:xing-kenny/jquery.git
Is there should add '--recursive' ?
Note: See
TracTickets for help on using
tickets.
This is for reporting bugs. Start a thread on https://forum.jquery.com/developing-jquery-core and we can help you there.