Docker container cannot enter

docker,docker is installed on windows and centos7, docker exec cannot enter the container. What is the reason:

D:\workspace\go_work
 docker ps
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
0e2801cbb8bf        75835a67d134        "/bin/bash"         15 hours ago        Up 9 seconds                            GoWeb

D:\workspace\go_work
 docker exec it 0e2801cbb8bf /bin/bash
Error: No such container: it

Please help me, thank you

Aug.25,2021

docker exec-it 0e2801cbb8bf / bin/bash

is -it instead of -it , there is something wrong with your character, although I don't know how you typed it (::

Menu