You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to run the following commands:
git clone [email protected]:PacktPublishing/Hands-on-Microservices-with-Python.git frontend.git
git clone [email protected]:PacktPublishing/Hands-on-Microservices-with-Python-User-Service.git user_service.git
git clone [email protected]:PacktPublishing/Hands-on-Microservices-with-Python-Product-Service.git product_service.git
git clone [email protected]:PacktPublishing/Hands-on-Microservices-with-Python-Order-Service.git order_service.git
it gave me the errors:
""" [email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
"""
Would you please let me know how to clone the above code?
The text was updated successfully, but these errors were encountered:
When I tried to run the following commands:
git clone [email protected]:PacktPublishing/Hands-on-Microservices-with-Python.git frontend.git
git clone [email protected]:PacktPublishing/Hands-on-Microservices-with-Python-User-Service.git user_service.git
git clone [email protected]:PacktPublishing/Hands-on-Microservices-with-Python-Product-Service.git product_service.git
git clone [email protected]:PacktPublishing/Hands-on-Microservices-with-Python-Order-Service.git order_service.git
it gave me the errors:
"""
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
"""
Would you please let me know how to clone the above code?
The text was updated successfully, but these errors were encountered: