Copyright Digital Equipment Corp. All rights reserved.

Known_Issues

	o Users may encounter an RPC error when executing Git commands, typically due to
	  network issues, large files, or limitations with Git configurations.
	  The error message may be:
		error: RPC failed; curl 18 HTTP/2 stream 1 was not closed cleanly before end of
		the underlying connection
		error: 386 bytes of body are still expected
		fatal: early EOFpected disconnect while reading sideband packet

	  To resolve this issue, users can:
		1. Use SSH Authentication: Switch to SSH authentication (e.g., git@).
		2. Limit the Depth of the Clone: Use the --depth option to perform a shallow clone.

	o If you can't get valid CA Certificate try:
		$ DEFINE GIT_SSL_NO_VERIFY 1