This repository contains the codebase for an Uber-like application providing both delivery and cab services. The project uses modern technologies including Docker, Kubernetes, TypeScript for backend, React for frontend, GraphQL for API interactions, Redis for caching, Kafka for message brokering, and advanced routing algorithms.
MIT License
11
stars
28
forks
source link
The command given for forking the repository is not accurate . #53
Describe the bug
The provided command for forking the repository is inaccurate, as it results in an error indicating that the repository was not found.
In this command, there is no application specified after the word "like," and the first letter of "Uber" is capitalized as "U."
Expected behavior
The expected behavior of this command is that, after forking the repository, it should automatically clone the forked repository to your local machine. However, the current command does not achieve this outcome.
Screenshots
Environment (please complete the following information):
OS: [e.g., Ubuntu 20.04, MacOS Big Sur]
Browser [NA]
Version [NA]
Additional context
The previous command resulted in an error indicating that the repository was not found, and it did not meet the expected behavior of forking and cloning the repository. The corrected command provided above resolves this issue and ensures the expected outcome.
Describe the bug The provided command for forking the repository is inaccurate, as it results in an error indicating that the repository was not found.
Corrected Command git clone https://github.com/your-username/Uber-like.git
In this command, there is no application specified after the word "like," and the first letter of "Uber" is capitalized as "U."
Expected behavior The expected behavior of this command is that, after forking the repository, it should automatically clone the forked repository to your local machine. However, the current command does not achieve this outcome.
Screenshots
Environment (please complete the following information):
Additional context The previous command resulted in an error indicating that the repository was not found, and it did not meet the expected behavior of forking and cloning the repository. The corrected command provided above resolves this issue and ensures the expected outcome.