This is an exercise I've been working on from Hatcher (1.3.32):
Consider covering spaces $p: \tilde{X} \to X$ with $\tilde{X}$ and $X$ connected CW complexes, the cells of $\tilde{X}$ projecting homeomorphically onto $X$ cells. Restricting $p$ to the 1-skeleton then gives a covering space $\tilde{X}_1^1 \to X^1$. Show the following:
(a) Two such covering spaces $\tilde{X}_1 \to X$ and $\tilde{X}_2 \to X$ are isomorphic iff the restrictions $\tilde{X}_1^1 \to X$ and $\tilde{X}_2^1 \to X$ are isomorphic.
(b) $\tilde{X} \to X$ is normal iff $\tilde{X}^1 \to X^1$ is normal.
(c) The groups of deck transformations of $\tilde{X} \to X$ and $\tilde{X}^1_1 \to X^1$ are isomorphic via the restriction map.
For (a) and (b), one direction of the iff is trivial.
For (b), I think I can show the converse: Assume $\tilde{X}^1 \to X^1$ is normal. Then given $\tilde{x_1}, \tilde{x}_2 \in \tilde{X}$ such that $p(\tilde{x}_1) = p(\tilde{x}_2) := x \in X$, find a path $\ell$ in $X$ from $x$ to a point $x_0$ in the 1-skeleton. Then there exist unique lifts $\tilde{\ell}_1$ and $\tilde{\ell}_2$ beginning at $\tilde{x}_1$ and $\tilde{x}_2$ respectively, and ending at some points $\hat{x}_1$ and $\hat{x}_2$ in the 1-skeleton of $\tilde{X}$. By assumption, there's a deck transformation of the 1-skeleton taking $\hat{x}_1$ to $\hat{x}_2$. By (a), this would correspond to a deck transformation $h$ of $\tilde{X}$. Uniqueness of lifts and the fact that $ph = p$ would force this deck transformation to take $\tilde{x_1}$ to $\tilde{x_2}$.
For (c), clearly the restriction map from deck transformations of $\tilde{X}$ to deck transformations of $\tilde{X}^1$ is injective since a deck transformation (of a connected space) is determined by its action on a point. Preservation of compositions also clear. Surjectivity would follow from (a).
So what's left is proving the nontrivial implication in (a): given a covering isomorphism $\phi: \tilde{X}_1^1 \to \tilde{X}_2^1$, how can I produce an isomorphism $\psi: \tilde{X}_1 \to \tilde{X}_2$?
I want $\psi |_{\tilde{X}_1^1} = \phi$. The space $\tilde{X}_1$ (and $\tilde{X}_2$) is built up by attaching disks; at the first step, disks $D_\alpha$ are added via attaching maps $\theta_\alpha: \partial D_\alpha \to \tilde{X}_1^1$.
This is where I get stuck. I think I want to argue that $\tilde{X}_2$ is built up from its 1-skeleton by attaching disks via maps $\psi \circ \theta_\alpha$, but I'm not sure...
Alternatively, I thought about trying an argument based on the fact the the fundamental group of a CW complex is the group of its one skeleton modded out by relations from its 2-skeleton, and using the fact that coverings are isomorphic iff the projections of their fundamental groups are the same, but I couldn't see my way through that argument either.
Any advice on how to proceed would be appreciated. Thanks.